boards: arm: particle_argon: 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:04 +00:00
committed by Carles Cufi
parent 23a0570e64
commit d0229c771f
21 changed files with 8 additions and 9 deletions

View File

@@ -5,9 +5,6 @@
if BOARD_PARTICLE_ARGON
config BOARD
default "particle_argon"
config BT_CTLR
default BT

View File

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

View File

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

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

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