diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-12 00:36:54 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-15 22:38:30 -0400 |
commit | 4294b4873eb673b8ec2d88864eb90afc32e0a5af (patch) | |
tree | a23fe9fbb3565df3b9568f7dc9c7b4dddc76a300 /app/boards/arm/nice_nano/nice_nano_defconfig | |
parent | 0712dadd2953a429de57c9c44aa1f9429112d809 (diff) |
Initial basic work on nice!nano board support.
Diffstat (limited to 'app/boards/arm/nice_nano/nice_nano_defconfig')
-rw-r--r-- | app/boards/arm/nice_nano/nice_nano_defconfig | 13 |
1 files changed, 13 insertions, 0 deletions
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 |