boards: particle_xenon: Add support Xenon
This patch adds support for the Particle Xenon dev board that has a nrf52840 mcu. Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
This commit is contained in:
parent
73956a398e
commit
714ffe623c
11 changed files with 472 additions and 0 deletions
14
boards/arm/particle_xenon/Kconfig
Normal file
14
boards/arm/particle_xenon/Kconfig
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Kconfig - Particle Xenon configuration
|
||||
#
|
||||
# Copyright (c) 2018 Endre Karlson
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_PARTICLE_XENON
|
||||
|
||||
config BOARD_ENABLE_DCDC
|
||||
bool "Enable DCDC mode"
|
||||
select SOC_DCDC_NRF52X
|
||||
default y
|
||||
|
||||
endif # BOARD_PARTICLE_XENON
|
Loading…
Add table
Add a link
Reference in a new issue