Major changes are: - Expose settings backend API to enable custom backend support. - Add a new CONFIG_SETTINGS_CUSTOM backend to allow registering a custom backend. - Change api of the handlers h_set() routines to allow for backend-specific read callbacks. - Provide a customizable settings_backend_init() routine for custom backends. - Move runtime settings support to be its own backend. Signed-off-by: François Delawarde <fnde@oticon.com>
14 lines
214 B
Plaintext
14 lines
214 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_PAGE_LAYOUT=y
|
|
CONFIG_FLASH_MAP=y
|
|
CONFIG_ARM_MPU=n
|
|
CONFIG_FCB=y
|
|
|
|
CONFIG_SETTINGS=y
|
|
CONFIG_SETTINGS_RUNTIME=y
|
|
CONFIG_SETTINGS_FCB=y
|
|
|
|
CONFIG_REBOOT=y
|