boards: nordic: Add support for nRF52833_pca10100 board
This commit adds support for nRF52833 development board. Changes afffects: - Introduce files related to board description. - Add blank documentation file (for future update). - configuration files for build process. Signed-off-by: Emil Obalski <emil.obalski@nordicsemi.no>
This commit is contained in:
parent
3747fd0a68
commit
82c6d7c415
8 changed files with 598 additions and 0 deletions
14
boards/arm/nrf52833_pca10100/Kconfig
Normal file
14
boards/arm/nrf52833_pca10100/Kconfig
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Kconfig - nRF52833 PCA10100 board configuration
|
||||
#
|
||||
# Copyright (c) 2019 Nordic Semiconductor ASA
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_NRF52833_PCA10100
|
||||
|
||||
config BOARD_ENABLE_DCDC
|
||||
bool "Enable DCDC mode"
|
||||
select SOC_DCDC_NRF52X
|
||||
default y
|
||||
|
||||
endif # BOARD_NRF52833_PCA10100
|
Loading…
Add table
Add a link
Reference in a new issue