boards: hwmv2: fix dead links for Laird Connect boards
typo in vendor name was causing dead links Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
1015ae3d4f
commit
12188e2362
|
@ -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
|
||||
**********
|
||||
|
|
|
@ -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
|
||||
***********
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -244,7 +244,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, LED and sensor device definitions can be found in
|
||||
:zephyr_file:`boards/laird_connect/bt510/bt510.dts`.
|
||||
:zephyr_file:`boards/lairdconnect/bt510/bt510.dts`.
|
||||
|
||||
|
||||
References
|
||||
|
|
|
@ -598,7 +598,7 @@ on 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, LED and sensor device definitions can be found in
|
||||
:zephyr_file:`boards/laird_connect/bt610/bt610.dts`.
|
||||
:zephyr_file:`boards/lairdconnect/bt610/bt610.dts`.
|
||||
|
||||
|
||||
References
|
||||
|
|
|
@ -231,7 +231,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/mg100/mg100.dts`.
|
||||
:zephyr_file:`boards/lairdconnect/mg100/mg100.dts`.
|
||||
|
||||
References
|
||||
**********
|
||||
|
|
Loading…
Reference in a new issue