fix(boards): Use flash settings for Xiao BLE.
This commit is contained in:
parent
3c481f065b
commit
231818ce9c
2 changed files with 14 additions and 0 deletions
7
app/boards/seeeduino_xiao_ble_nrf52840.conf
Normal file
7
app/boards/seeeduino_xiao_ble_nrf52840.conf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
|
||||||
|
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
||||||
|
CONFIG_NVS=y
|
||||||
|
CONFIG_SETTINGS_NVS=y
|
||||||
|
CONFIG_FLASH=y
|
||||||
|
CONFIG_FLASH_PAGE_LAYOUT=y
|
||||||
|
CONFIG_FLASH_MAP=y
|
7
app/boards/seeeduino_xiao_ble_nrf52840_sense.conf
Normal file
7
app/boards/seeeduino_xiao_ble_nrf52840_sense.conf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
|
||||||
|
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
||||||
|
CONFIG_NVS=y
|
||||||
|
CONFIG_SETTINGS_NVS=y
|
||||||
|
CONFIG_FLASH=y
|
||||||
|
CONFIG_FLASH_PAGE_LAYOUT=y
|
||||||
|
CONFIG_FLASH_MAP=y
|
Loading…
Add table
Reference in a new issue