zephyr/subsys/fs
Peter A. Bigot 452d3dea7a subsys/fs: correct misinterpretation of Zephyr API
The Zephyr fs readdir abstraction returns OK with a zero-length file
name when the last directory entry has been found.  The loop to build
multiple entries instead checked for a non-file entry type.

Correct the loop exit condition.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2019-10-23 07:59:01 -04:00
..
fcb fcb: start using errno codes 2019-09-08 12:42:53 +02:00
nvs fs: nvs: kconfig: Remove unused NVS_PROTECT_FLASH symbol 2019-10-23 06:45:07 -05: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 subsys/fs/fatfs: correct misinterpretation of FatFs API 2019-10-23 07:59:01 -04:00
fs.c subsys/fs: correct misinterpretation of Zephyr API 2019-10-23 07:59:01 -04: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
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