boards: arm: bl654_usb: 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:57 +00:00
committed by Carles Cufi
parent b9dd58aea1
commit c3e36f2042
13 changed files with 13 additions and 14 deletions

View File

@@ -3,6 +3,7 @@
# Copyright (c) 2021 Laird Connectivity
# SPDX-License-Identifier: Apache-2.0
config BOARD_BL654_USB
bool "BL654 USB"
depends on SOC_NRF52840_QIAA
config BOARD_BL654_USB
bool
default y
select SOC_NRF52840_QIAA

View File

@@ -5,9 +5,6 @@
if BOARD_BL654_USB
config BOARD
default "bl654_usb"
# To let the nRF5 bootloader load an application, the application
# must be linked after Nordic MBR, that is factory-programmed on the board.

View File

@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SOC_NRF52840_QIAA=y
CONFIG_BOARD_BL654_USB=y
# Enable MPU
CONFIG_ARM_MPU=y

View File

@@ -0,0 +1,5 @@
board:
name: bl654_usb
vendor: Laird Connectivity
socs:
- name: nrf52840

View File

@@ -103,9 +103,9 @@ Programming and Debugging
Applications for the ``bl654_usb`` board configuration can be
built in the usual way (see :ref:`build_an_application` for more details). The
``bl654_usb`` board cannot be used for debugging. The compatible BL654_DVK
board can be used for development. Documentation can be found at the `BL654_DVK
Zephyr site`_ and :zephyr_file:`boards/arm/bl654_dvk/doc/bl654_dvk.rst`
``bl654_usb`` board cannot be used for debugging. The compatible BL654 DVK
board can be used for development. Documentation can be found at the :ref:`bl654_dvk`
site and :zephyr_file:`boards/laird_connect/bl654_dvk/doc/bl654_dvk.rst`
Flashing
========
@@ -175,7 +175,7 @@ the board is working properly with Zephyr:
You can build and flash the example to make sure Zephyr is running correctly on
your board. The LED definitions can be found in
:zephyr_file:`boards/arm/bl654_usb/bl654_usb.dts`.
:zephyr_file:`boards/laird_connect/bl654_usb/bl654_usb.dts`.
References
@@ -188,4 +188,3 @@ References
.. _J-Link Software and documentation pack: https://www.segger.com/jlink-software.html
.. _Creating a secure bootloader image: https://www.lairdconnect.com/documentation/application-note-creating-secure-bootloader-image-bl654-usb
.. _nrfutil: https://github.com/NordicSemiconductor/pc-nrfutil
.. _BL654_DVK Zephyr site: https://docs.zephyrproject.org/latest/boards/arm/bl654_dvk/doc/bl654_dvk.html

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB