zephyr/subsys/fs
Kumar Gala 8e38764255 subsys/fs/littlefs: Protect littlefs Kconfig options
Move the inclusion of the littefs Kconfig options inside the
'if FILESYSTEM' block so we don't leak Kconfig symbols if FILESYSTEM
support isn't enabled.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-09-07 10:02:15 -04:00
..
fcb fs: fcb: Increase temporary buffer in fcb_append 2019-08-27 11:49:33 +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
fat_fs.c cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
fs.c subsys/fs: remove ambiguity in readdir results 2019-08-06 19:39:26 +02:00
fs_impl.c subsys/fs: add implementation helper module 2019-07-22 12:46:50 +02:00
fs_impl.h subsys/fs: add implementation helper module 2019-07-22 12:46:50 +02:00
fuse_fs_access.c cleanup: include/: move fs.h to fs/fs.h 2019-06-27 22:55:49 -04: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
littlefs_fs.c subsys/fs/littlefs: fix Coverity issues 2019-08-19 08:34:17 +02:00
nffs_fs.c subsys/fs: add implementation helper module 2019-07-22 12:46:50 +02:00
shell.c subsys/fs/shell: avoid warning about output format truncation 2019-08-06 19:39:26 +02:00