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:
committed by
Carles Cufi
parent
7bfcdbbe8f
commit
109edc296f
@@ -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
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_BLUECLOVER_PLT_DEMO_V2_NRF52832
|
||||
|
||||
config BOARD
|
||||
default "blueclover_plt_demo_v2_nrf52832"
|
||||
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
5
boards/blue_clover/blueclover_plt_demo_v2/board.yml
Normal file
5
boards/blue_clover/blueclover_plt_demo_v2/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: blueclover_plt_demo_v2
|
||||
vendor: Blue Clover Devices
|
||||
socs:
|
||||
- name: nrf52832
|
||||
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user