diff options
author | Hai-Ninh Dang <30751439+mrninhvn@users.noreply.github.com> | 2021-11-09 12:57:24 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 00:57:24 -0500 |
commit | f2e0642291621611f3abce69f73a22c33b1ce801 (patch) | |
tree | b19c681188373e28fc7e03b9f8366a99c11a5d96 /app/boards/arm/mikoto/mikoto_520_defconfig | |
parent | 944f93170454008759200a27a11225da40935edf (diff) |
feat(boards): Add Mikoto board
* Supports selecting from several possible charge currents
Co-authored-by: Pete Johanson <peter@peterjohanson.com>
Diffstat (limited to 'app/boards/arm/mikoto/mikoto_520_defconfig')
-rw-r--r-- | app/boards/arm/mikoto/mikoto_520_defconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app/boards/arm/mikoto/mikoto_520_defconfig b/app/boards/arm/mikoto/mikoto_520_defconfig new file mode 100644 index 0000000..925711c --- /dev/null +++ b/app/boards/arm/mikoto/mikoto_520_defconfig @@ -0,0 +1,20 @@ +# SPDX-License-Identifier: MIT + +CONFIG_SOC_SERIES_NRF52X=y +CONFIG_SOC_NRF52840_QIAA=y +CONFIG_BOARD_MIKOTO_520=y + +# Enable MPU +CONFIG_ARM_MPU=y + +# enable GPIO +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 |