summaryrefslogtreecommitdiff
path: root/app/boards/arm/nice_nano
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-07-20 23:14:48 -0400
committerGitHub <noreply@github.com>2020-07-20 23:14:48 -0400
commit25509adef7fe36e1fde794851922ae07216046ab (patch)
treeb00dbd6bb2237640e1fca2d77cd027170c8a1c93 /app/boards/arm/nice_nano
parentf6110a632d0ddbc0a9ebd7bfd4997366f95facfd (diff)
parentc4d3c03eb069c814321ab49a809dc584f1819b34 (diff)
Merge pull request #56 from petejohanson/core/split-ble-infrastructure
Initial split BLE infrastructure.
Diffstat (limited to 'app/boards/arm/nice_nano')
-rw-r--r--app/boards/arm/nice_nano/nice_nano_defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/boards/arm/nice_nano/nice_nano_defconfig b/app/boards/arm/nice_nano/nice_nano_defconfig
index f9be0ee..393d61f 100644
--- a/app/boards/arm/nice_nano/nice_nano_defconfig
+++ b/app/boards/arm/nice_nano/nice_nano_defconfig
@@ -11,3 +11,10 @@ CONFIG_ARM_MPU=y
CONFIG_GPIO=y
CONFIG_USE_DT_CODE_PARTITION=y
+
+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 \ No newline at end of file