boards: arm: blueclover_plt_demo_v2_nrf52832: 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:10 +00:00
committed by Carles Cufi
parent 7bfcdbbe8f
commit 109edc296f
12 changed files with 11 additions and 14 deletions

View File

@@ -4,5 +4,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_BLUECLOVER_PLT_DEMO_V2_NRF52832
bool "Blue Clover PLT Demo Board V2"
depends on SOC_NRF52832_QFAA
select SOC_NRF52832_QFAA

View File

@@ -5,9 +5,6 @@
if BOARD_BLUECLOVER_PLT_DEMO_V2_NRF52832
config BOARD
default "blueclover_plt_demo_v2_nrf52832"
config BT_CTLR
default BT

View File

@@ -1,5 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
identifier: blueclover_plt_demo_v2_nrf52832
identifier: blueclover_plt_demo_v2/nrf52832
name: Blue Clover PLT Demo Board V2
type: mcu
arch: arm

View File

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

View File

@@ -0,0 +1,5 @@
board:
name: blueclover_plt_demo_v2
vendor: Blue Clover Devices
socs:
- name: nrf52832

View File

@@ -112,21 +112,21 @@ NFC
Programming and Debugging
*************************
Applications for the ``blueclover_plt_demo_v2_nrf52832`` board configuration
Applications for the ``blueclover_plt_demo_v2/nrf52832`` board configuration
can be built and flashed in the usual way (see :ref:`build_an_application`
and :ref:`application_run` for more details).
Flashing
========
Flashing Zephyr onto the ``blueclover_plt_demo_v2_nrf52832`` board requires
Flashing Zephyr onto the ``blueclover_plt_demo_v2/nrf52832`` board requires
an external programmer. The programmer is attached to the SWD header.
Build the Zephyr kernel and the :zephyr:code-sample:`led-apa102` sample application.
.. zephyr-app-commands::
:zephyr-app: samples/drivers/led_apa102
:board: blueclover_plt_demo_v2_nrf52832
:board: blueclover_plt_demo_v2/nrf52832
:goals: build
:compact:
@@ -134,7 +134,7 @@ Flash the image.
.. zephyr-app-commands::
:zephyr-app: samples/drivers/led_apa102
:board: blueclover_plt_demo_v2_nrf52832
:board: blueclover_plt_demo_v2/nrf52832
:goals: flash
:compact: