zephyr/subsys/fs/nvs
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
..
CMakeLists.txt
Kconfig fs: nvs: Add CRC-32 to protect data 2024-06-13 05:51:56 -04:00
nvs_priv.h fs: nvs: Add CRC-32 to protect data 2024-06-13 05:51:56 -04:00
nvs.c fs: nvs: Allow application to switch sector to get free space 2024-07-28 07:31:44 +03:00