zephyr/subsys/fs
Dominik Ermel bf7d25117a fs/nvs: Switch to use flash_flatten instead of flash_erase
The NVS currently requires explict erase capability of
a device to work, so usage of flash_erase has been replaced
with flash_flatten.
There has been additional LOG_WRN added to warn user that
NVS may not efficiently work with device that do not really
have erase.

Currently NVS relies on devices that require erase.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2024-06-04 08:00:46 +02:00
..
ext2 spelling: Replace occurrences of "iff" with "if and only if" 2024-05-06 14:58:08 +01:00
fcb fs/fcb: Replace flash_area_erase with flash_area_flatten 2024-06-04 08:00:46 +02:00
nvs fs/nvs: Switch to use flash_flatten instead of flash_erase 2024-06-04 08:00:46 +02:00
CMakeLists.txt fs: fuse: fix fuse include path 2024-05-06 22:53:27 +01:00
Kconfig
Kconfig.fatfs
Kconfig.littlefs fs/littlefs: Use flash_area_flatten in lfs_api_erase 2024-06-04 08:00:46 +02:00
fat_fs.c
fs.c fs: open: Add Truncate flag to zfs open 2024-05-31 08:06:05 +02:00
fs_impl.c
fs_impl.h
fuse_fs_access.c
littlefs_fs.c fs/littlefs: Use flash_area_flatten in lfs_api_erase 2024-06-04 08:00:46 +02:00
shell.c