zephyr/subsys/fs/fcb
Andrzej Puzdrowski 94a022c954 fcb: start using errno codes
Switch form using privater FCB error codes to
errno codes. FCB private codes convention were compatible
with <errno.h> codes:
- 0 mean success
- negative values mean errors
- similar error types.
There was no sense to kept private FCB error codes.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2019-09-08 12:42:53 +02:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
fcb.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00
fcb_append.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00
fcb_elem_info.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00
fcb_getnext.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00
fcb_priv.h all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
fcb_rotate.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00
fcb_walk.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00
Kconfig subsys/fs: remove FS_FLASH_STORAGE_PARTITION 2019-07-22 18:21:50 +02:00