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:
Emil Obalski 2019-07-16 15:51:36 +02:00 committed by Kumar Gala
commit 82c6d7c415
8 changed files with 598 additions and 0 deletions

View 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