zephyr/subsys/fs
Dominik Ermel e8fa66f951 tests/fs/fatfs: Add tests for FS_MOUNT_FLAG_*
Adds various tests for mounting ELM FAT FS with FS_MOUNT_FLAG_NO_FORMAT
and FS_MOUNT_FLAG_READ_ONLY, and operations on read-only mounted
file system.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2020-11-06 13:10:13 -05:00
..
fcb zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
nvs drivers: flash: Pass bool to flash_write_protection_set() 2020-10-02 12:06:28 -04:00
CMakeLists.txt
fat_fs.c tests/fs/fatfs: Add tests for FS_MOUNT_FLAG_* 2020-11-06 13:10:13 -05:00
fs_impl.c
fs_impl.h
fs.c fs: Add support for mount flags 2020-11-06 13:10:13 -05:00
fuse_fs_access.c native_posix: Add flags argument to fs_open invocations 2020-07-30 16:33:18 +02:00
Kconfig fs: Move FAT FS Kconfig options to Kconfig.fatfs 2020-10-14 13:19:47 -05:00
Kconfig.fatfs subsys/fs: Make FAT FS write support optional 2020-11-06 13:10:13 -05:00
Kconfig.littlefs fs: Move all LittleFS options to Kconfig.littlefs 2020-10-14 13:19:47 -05:00
littlefs_fs.c tests/fs/littlefs: Add tests for FS_MOUNT_FLAG_* 2020-11-06 13:10:13 -05:00
shell.c subsys/fs: Add open flags parameter to fs_open 2020-07-30 16:33:18 +02:00