zephyr/subsys/settings
Miika Karanki b84bab36b9 settings: file: do not unlink the settings file unnecessarily
fs_rename can handle the file move atomically without unlinking
the file first if the filesystem supports that. This change makes
the settings file more power cut resilient so that the whole
settings file is not lost with poorly timed power cut.

Signed-off-by: Miika Karanki <miika.karanki@vaisala.com>
2023-12-12 13:02:15 +01:00
..
include/settings
src settings: file: do not unlink the settings file unnecessarily 2023-12-12 13:02:15 +01:00
CMakeLists.txt
Kconfig