forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
1 parent
37c23f6
commit e94fe44
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters