zephyr/subsys/settings/src
Aurelien Jarno e94fe44805 subsys/settings: add a function to save subtree
When running multiple subsystems or applications on a MCU, the usual
strategy is to use different settings subtrees.

The API provides a way to load or commit a subtree, to avoid adding
dependencies between subsystems or applications, but lacks the way to
save a subtree only. Fix that by adding a settings_save_subtree()
function.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2024-05-01 22:56:19 +01:00
..
CMakeLists.txt settings: file: change FS (or file system) wording to File 2022-11-24 09:36:31 +01:00
settings.c iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
settings_fcb.c settings: rename shadow variables 2023-08-22 11:39:58 +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: Make settings_subsys_init() thread safe 2023-02-20 09:52:26 +01:00
settings_line.c settings fcb: Increase buffer for mcu with large write block size 2023-01-26 22:50:40 +09:00
settings_none.c settings: Moving initialization code to proper backend sources 2019-12-16 12:11:20 +01:00
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 subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
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