From 4294b4873eb673b8ec2d88864eb90afc32e0a5af Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 12 Jun 2020 00:36:54 -0400 Subject: Initial basic work on nice!nano board support. --- app/boards/arm/nice_nano/nice_nano_defconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app/boards/arm/nice_nano/nice_nano_defconfig (limited to 'app/boards/arm/nice_nano/nice_nano_defconfig') diff --git a/app/boards/arm/nice_nano/nice_nano_defconfig b/app/boards/arm/nice_nano/nice_nano_defconfig new file mode 100644 index 0000000..f9be0ee --- /dev/null +++ b/app/boards/arm/nice_nano/nice_nano_defconfig @@ -0,0 +1,13 @@ +# SPDX-License-Identifier: MIT + +CONFIG_SOC_SERIES_NRF52X=y +CONFIG_SOC_NRF52840_QIAA=y +CONFIG_BOARD_NICE_NANO=y + +# Enable MPU +CONFIG_ARM_MPU=y + +# enable GPIO +CONFIG_GPIO=y + +CONFIG_USE_DT_CODE_PARTITION=y -- cgit v1.2.3