zephyr/subsys/fs
Dominik Ermel d795f2dbfe fs: fs_seek and fs_tell return -ENOTSUP when not implemented
Simple change that makes fs_seek and fs_tell return -ENOTSUP when
file system does not implement the seek/tell.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2020-10-07 14:51:39 +02:00
..
fcb
nvs drivers: flash: Pass bool to flash_write_protection_set() 2020-10-02 12:06:28 -04:00
CMakeLists.txt
fat_fs.c fs: make file system description const 2020-09-03 21:49:34 +02:00
fs_impl.c
fs_impl.h
fs.c fs: fs_seek and fs_tell return -ENOTSUP when not implemented 2020-10-07 14:51:39 +02:00
fuse_fs_access.c
Kconfig fs: allow setting max file name explicitly 2020-09-03 21:49:34 +02:00
Kconfig.littlefs
littlefs_fs.c fs: make file system description const 2020-09-03 21:49:34 +02:00
shell.c