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:
committed by
Carles Cufi
parent
b9dd58aea1
commit
c3e36f2042
@@ -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
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
5
boards/laird_connect/bl654_usb/board.yml
Normal file
5
boards/laird_connect/bl654_usb/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: bl654_usb
|
||||
vendor: Laird Connectivity
|
||||
socs:
|
||||
- name: nrf52840
|
||||
@@ -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
|
||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user