fear(boards): Add nrfmicro_13_52833 board
* Add nrfmicro_13_52833 board definition. Co-authored-by: Alexander Krikun <krikun98@gmail.com> Co-authored-by: Pete Johanson <peter@peterjohanson.com>
This commit is contained in:
parent
cc3d5529fd
commit
1e25ee77d2
9 changed files with 239 additions and 7 deletions
23
app/boards/arm/nrfmicro/nrfmicro_13_52833_defconfig
Normal file
23
app/boards/arm/nrfmicro/nrfmicro_13_52833_defconfig
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
|
||||
CONFIG_SOC_SERIES_NRF52X=y
|
||||
CONFIG_SOC_NRF52833_QIAA=y
|
||||
CONFIG_BOARD_NRFMICRO_13_52833=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||
# enable GPIO
|
||||
CONFIG_GPIO=y
|
||||
|
||||
CONFIG_USE_DT_CODE_PARTITION=y
|
||||
CONFIG_BUILD_OUTPUT_UF2=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
|
||||
CONFIG_CLOCK_CONTROL_NRF=y
|
||||
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
|
||||
Loading…
Add table
Add a link
Reference in a new issue