samples: subsys: settings: add esp32s3_luatos_core
add support for esp32s3_luatos_core Signed-off-by: YuLong Yao <feilongphone@gmail.com>
This commit is contained in:
parent
3ebb8953e4
commit
196ce41f63
2 changed files with 8 additions and 0 deletions
4
samples/subsys/settings/boards/esp32s3_luatos_core.conf
Normal file
4
samples/subsys/settings/boards/esp32s3_luatos_core.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
CONFIG_HEAP_MEM_POOL_SIZE=256
|
||||
CONFIG_NVS=y
|
||||
CONFIG_SETTINGS_NVS=y
|
||||
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
|
@ -0,0 +1,4 @@
|
|||
CONFIG_HEAP_MEM_POOL_SIZE=256
|
||||
CONFIG_NVS=y
|
||||
CONFIG_SETTINGS_NVS=y
|
||||
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
Loading…
Add table
Add a link
Reference in a new issue