zephyr/subsys/settings/src
Dominik Ermel def4f060c1 storage/settings: Replace flash_area_erase with flash_area_flatten
Replace flash_area_erase with flash_area_flatten to allow FCB
Settings backend to work on devices that do not provide erase
callback.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2024-06-04 08:00:46 +02:00
..
CMakeLists.txt
settings_fcb.c storage/settings: Replace flash_area_erase with flash_area_flatten 2024-06-04 08:00:46 +02:00
settings_file.c settings: file: do not unlink the settings file unnecessarily 2023-12-12 13:02:15 +01:00
settings_init.c
settings_line.c
settings_none.c
settings_nvs.c settings: nvs: Fix first write issue with cache 2024-02-26 11:55:33 +00:00
settings_priv.h settings: Remove leftover duplicate and unused declarations 2023-11-29 10:09:59 +01:00
settings_runtime.c
settings_shell.c settings: shell: Fix possible buffer overflow 2023-12-15 14:43:50 +01:00
settings_store.c subsys/settings: add a function to save subtree 2024-05-01 22:56:19 +01:00
settings.c