zephyr/subsys/fs
Jamie McCrae 7c6f6cd080 fs: fs_shell: Add read test
Adds an optional shell command for testing the speed of the flash
device and file system, which outputs a rough speed for reading a
file.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2023-02-20 09:48:24 +01:00
..
fcb fs: fcb: add option to disable CRC for fcb entries 2023-01-18 22:18:37 +00:00
nvs nvs: use CRC8 if cache size is 256 2023-01-23 12:04:55 +00:00
CMakeLists.txt
fat_fs.c fs: fat: document path transformation 2022-12-07 10:31:01 +00:00
fs_impl.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
fs_impl.h
fs.c fs: Add fs_mkfs operation to fs api 2022-12-05 15:36:00 +01:00
fuse_fs_access.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
Kconfig fs: fs_shell: Add erase/write test 2023-02-20 09:48:24 +01:00
Kconfig.fatfs fs/fatfs: Move FF_USE_LFN logic to Kconfig 2023-02-20 09:44:18 +01:00
Kconfig.littlefs
littlefs_fs.c fs: Implement mkfs operation in littleFS 2022-12-05 15:36:00 +01:00
shell.c fs: fs_shell: Add read test 2023-02-20 09:48:24 +01:00