boards: arm: nrf52_vbluno52: 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:08 +00:00 committed by Carles Cufi
parent 5622077738
commit 1616fc8ae5
13 changed files with 6 additions and 17 deletions

View File

@ -1,8 +0,0 @@
# nRF52 VBLUno52 board configuration
# Copyright (c) 2017 VNG IoT Lab
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF52_VBLUNO52
endif # BOARD_NRF52_VBLUNO52

View File

@ -1,3 +1,5 @@
board:
name: nrf52_sparkfun
vendor: SparkFun Electronics
socs:
- name: nrf52832

View File

@ -5,9 +5,6 @@
if BOARD_NRF52_VBLUNO52
config BOARD
default "nrf52_vbluno52"
config BT_CTLR
default BT

View File

@ -4,5 +4,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_NRF52_VBLUNO52
bool "nRF52 VBLUno52"
depends on SOC_NRF52832_QFAA
select SOC_NRF52832_QFAA

View File

@ -0,0 +1,3 @@
board:
name: nrf52_vbluno52
vendor: VNG Corporation

View File

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 108 KiB

View File

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