zephyr/subsys/fs
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
..
fcb fcb: start using errno codes 2019-09-08 12:42:53 +02:00
nvs nvs: Fix deletion of the last entry added 2019-09-02 12:31:42 +02:00
CMakeLists.txt subsys/fs: add support for littlefs 2019-08-06 19:39:26 +02:00
Kconfig subsys/fs/littlefs: Protect littlefs Kconfig options 2019-09-07 10:02:15 -04:00
Kconfig.littlefs subsys/fs/littlefs: allow customization of file system configuration 2019-08-06 19:39:26 +02:00
fat_fs.c
fs.c subsys/fs: remove ambiguity in readdir results 2019-08-06 19:39:26 +02:00
fs_impl.c
fs_impl.h
fuse_fs_access.c
littlefs_fs.c subsys/fs/littlefs: fix Coverity issues 2019-08-19 08:34:17 +02:00
nffs_fs.c
shell.c subsys/fs/shell: avoid warning about output format truncation 2019-08-06 19:39:26 +02:00