boards: arm: decawave_dwm1001_dev: 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:09 +00:00
committed by Carles Cufi
parent 0fbb543983
commit 7bfcdbbe8f
12 changed files with 6 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
board:
name: acn52832
vendor: Aconno
socs:
- name: nrf52832

View File

@@ -4,5 +4,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_DECAWAVE_DWM1001_DEV
bool "Decawave DWM1001-DEV"
depends on SOC_NRF52832_QFAA
select SOC_NRF52832_QFAA

View File

@@ -5,9 +5,6 @@
if BOARD_DECAWAVE_DWM1001_DEV
config BOARD
default "decawave_dwm1001_dev"
config BT_CTLR
default BT

View File

@@ -0,0 +1,3 @@
board:
name: decawave_dwm1001_dev
vendor: Qorvo

View File

@@ -1,9 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SOC_NRF52832_QFAA=y
CONFIG_BOARD_DECAWAVE_DWM1001_DEV=y
# Enable MPU
CONFIG_ARM_MPU=y