mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-07 03:25:17 +00:00
Added sample for the settings subsystem. The sample shows how to: -initialize and register handler -implement handles -save and load data using registered handlers -load subtree -save or delete a certain value -load subtree values or a value directly - example on how to write data to the setting destination and how to read data from the setting destination using runtime API. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_PAGE_LAYOUT=y
|
|
CONFIG_FLASH_MAP=y
|
|
|
|
CONFIG_SETTINGS=y
|
|
CONFIG_SETTINGS_RUNTIME=y
|