Almost all overlays only enable NVS and SETTINGS_NVS, something that should be enabled in sample directly. Remove all overlays and make the sample more genenric. Use filter on storage partition to enable testing the sample on more plaforms. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_MAP=y
|
|
CONFIG_SETTINGS=y
|
|
CONFIG_SETTINGS_RUNTIME=y
|
|
CONFIG_NVS=y
|
|
CONFIG_SETTINGS_NVS=y
|
|
CONFIG_HEAP_MEM_POOL_SIZE=256
|
|
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|