boards: arm: bbc_microbit_v2: 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:37:59 +00:00
committed by Carles Cufi
parent 4dbe97e5ea
commit 1a135ec352
11 changed files with 8 additions and 9 deletions

View File

@@ -4,5 +4,6 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_BBC_MICROBIT_V2
bool "BBC MICRO:BIT_V2"
depends on SOC_NRF52833_QIAA
bool
default y
select SOC_NRF52833_QIAA

View File

@@ -5,9 +5,6 @@
if BOARD_BBC_MICROBIT_V2
config BOARD
default "bbc_microbit_v2"
config BT_CTLR
default BT

View File

@@ -1,9 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SOC_NRF52833_QIAA=y
CONFIG_BOARD_BBC_MICROBIT_V2=y
# enable GPIO
CONFIG_GPIO=y

View File

@@ -0,0 +1,5 @@
board:
name: bbc_microbit_v2
vendor: BBC
socs:
- name: nrf51822

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB