From 231818ce9ca0b1a996b8f573399af4dd4c79a154 Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Thu, 3 Feb 2022 16:32:45 -0500 Subject: [PATCH] fix(boards): Use flash settings for Xiao BLE. --- app/boards/seeeduino_xiao_ble_nrf52840.conf | 7 +++++++ app/boards/seeeduino_xiao_ble_nrf52840_sense.conf | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 app/boards/seeeduino_xiao_ble_nrf52840.conf create mode 100644 app/boards/seeeduino_xiao_ble_nrf52840_sense.conf diff --git a/app/boards/seeeduino_xiao_ble_nrf52840.conf b/app/boards/seeeduino_xiao_ble_nrf52840.conf new file mode 100644 index 00000000..929e5ea7 --- /dev/null +++ b/app/boards/seeeduino_xiao_ble_nrf52840.conf @@ -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 diff --git a/app/boards/seeeduino_xiao_ble_nrf52840_sense.conf b/app/boards/seeeduino_xiao_ble_nrf52840_sense.conf new file mode 100644 index 00000000..929e5ea7 --- /dev/null +++ b/app/boards/seeeduino_xiao_ble_nrf52840_sense.conf @@ -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