Commit 12188e23 authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Anas Nashif
Browse files

boards: hwmv2: fix dead links for Laird Connect boards



typo in vendor name was causing dead links

Signed-off-by: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent 1015ae3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ the board are working properly with Zephyr:

You can build and flash the examples to make sure Zephyr is running correctly on
your board. The button and LED definitions can be found in
:zephyr_file:`boards/laird_connect/bl652_dvk/bl652_dvk.dts`.
:zephyr_file:`boards/lairdconnect/bl652_dvk/bl652_dvk.dts`.

References
**********
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ the board are working properly with Zephyr:

You can build and flash the examples to make sure Zephyr is running correctly on
your board. The button and LED definitions can be found in
:zephyr_file:`boards/laird_connect/bl653_dvk/bl653_dvk.dts`.
:zephyr_file:`boards/lairdconnect/bl653_dvk/bl653_dvk.dts`.

Using UART1
***********
+1 −1
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@ the board are working properly with Zephyr:

You can build and flash the examples to make sure Zephyr is running correctly on
your board. The button and LED definitions can be found in
:zephyr_file:`boards/laird_connect/bl654_dvk/bl654_dvk.dts`.
:zephyr_file:`boards/lairdconnect/bl654_dvk/bl654_dvk.dts`.


References
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ the board are working properly with Zephyr:

You can build and flash the examples to make sure Zephyr is running correctly on
your board. The button and LED definitions can be found in
:zephyr_file:`boards/laird_connect/bl654_sensor_board/bl654_sensor_board.dts`.
:zephyr_file:`boards/lairdconnect/bl654_sensor_board/bl654_sensor_board.dts`.


References
+2 −2
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ 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 :ref:`bl654_dvk`
site and :zephyr_file:`boards/laird_connect/bl654_dvk/doc/bl654_dvk.rst`
site and :zephyr_file:`boards/lairdconnect/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/laird_connect/bl654_usb/bl654_usb.dts`.
:zephyr_file:`boards/lairdconnect/bl654_usb/bl654_usb.dts`.


References
Loading