zephyr/subsys/fs
Adrien Ricciardi b09972b445 fs: nvs: Allow application to switch sector to get free space
Add an API function allowing the application to determine the amount of
free bytes in the current sector.

Add a second API function allowing the application to switch to the next
NVS sector, calling the garbage collector on such sector.

The goal is togive more granularity to the application to control when
the garbage collector is triggered.

Signed-off-by: Adrien Ricciardi <aricciardi@baylibre.com>
2024-07-28 07:31:44 +03:00
..
ext2
fcb fs: fcb: rename variables differently than struct tag 2024-07-11 16:14:55 +02:00
nvs fs: nvs: Allow application to switch sector to get free space 2024-07-28 07:31:44 +03:00
CMakeLists.txt
Kconfig
Kconfig.fatfs kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
Kconfig.littlefs
fat_fs.c
fs.c
fs_impl.c
fs_impl.h
fuse_fs_access.c
littlefs_fs.c
shell.c