zephyr/subsys/fs
Julien D'Ascenzio 740f915721 nvs: use CRC8 if cache size is 256
When cache size is 256, we can use CRC8

Signed-off-by: Julien D'Ascenzio <julien.dascenzio@paratronic.fr>
2023-01-23 12:04:55 +00: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 modules: littlefs: move CMake glue code from littlefs repo into Zephyr 2022-03-02 15:34:11 +01:00
fat_fs.c fs: fat: document path transformation 2022-12-07 10:31:01 +00:00
fs.c fs: Add fs_mkfs operation to fs api 2022-12-05 15:36:00 +01:00
fs_impl.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
fs_impl.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
fuse_fs_access.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
Kconfig fs: Add fs_mkfs operation to fs api 2022-12-05 15:36:00 +01:00
Kconfig.fatfs fs/fat: Improve help of Kconfig options for FAT 2022-12-05 17:55:58 +01:00
Kconfig.littlefs kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
littlefs_fs.c fs: Implement mkfs operation in littleFS 2022-12-05 15:36:00 +01:00
shell.c fs: Switch from FLASH_AREA_ to FIXED_PARTITION_ macros 2022-09-06 09:56:37 +02:00