boards: arm: particle_xenon: Convert to v2

Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-02-02 11:38:03 +00:00
committed by Carles Cufi
parent 499f3e7902
commit b6d3e1764f
22 changed files with 8 additions and 9 deletions

View File

@@ -6,9 +6,6 @@
if BOARD_PARTICLE_XENON if BOARD_PARTICLE_XENON
config BOARD
default "particle_xenon"
config BT_CTLR config BT_CTLR
default BT default BT

View File

@@ -4,5 +4,6 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config BOARD_PARTICLE_XENON config BOARD_PARTICLE_XENON
bool "Particle Xenon Board" bool
depends on SOC_NRF52840_QIAA default y
select SOC_NRF52840_QIAA

View File

@@ -0,0 +1,5 @@
board:
name: particle_xenon
vendor: Particle Industries
socs:
- name: nrf52840

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -3,10 +3,6 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SOC_NRF52840_QIAA=y
CONFIG_BOARD_PARTICLE_XENON=y
# Enable MPU # Enable MPU
CONFIG_ARM_MPU=y CONFIG_ARM_MPU=y