Commit b88bfde8 authored by Martí Bolívar's avatar Martí Bolívar Committed by Anas Nashif
Browse files

boards: nrf: fix incorrect debug docs



All of these boards can be debugged with west debug via settings in
board.cmake, but the docs say they can't be. This is being copy/pasted
around; fix it.

Signed-off-by: default avatarMartí Bolívar <marti.bolivar@nordicsemi.no>
parent 512444d8
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -108,10 +108,9 @@ Push buttons
Programming and Debugging
*************************

Applications for the ``bl653_dvk`` board configuration can be
built and flashed in the usual way (see :ref:`build_an_application`
and :ref:`application_run` for more details); however, the standard
debugging targets are not currently available.
Applications for the ``bl653_dvk`` board configuration can be built, flashed,
and debugged in the usual way. See :ref:`build_an_application` and
:ref:`application_run` for more details on building and running.

Flashing
========
+3 −4
Original line number Diff line number Diff line
@@ -115,10 +115,9 @@ Push buttons
Programming and Debugging
*************************

Applications for the ``bl654_dvk`` board configuration can be
built and flashed in the usual way (see :ref:`build_an_application`
and :ref:`application_run` for more details); however, the standard
debugging targets are not currently available.
Applications for the ``bl654_dvk`` board configuration can be built, flashed,
and debugged in the usual way. See :ref:`build_an_application` and
:ref:`application_run` for more details on building and running.

Flashing
========
+3 −4
Original line number Diff line number Diff line
@@ -127,10 +127,9 @@ The BT510 incorporates an I2C Silabs SI7055 temperature sensor. Refer to the `Si
Programming and Debugging
*************************

Applications for the ``bt510`` board configuration can be
built and flashed in the usual way (see :ref:`build_an_application`
and :ref:`application_run` for more details); however, the standard
debugging targets are not currently available.
Applications for the ``bt510`` board configuration can be built, flashed, and
debugged in the usual way. See :ref:`build_an_application` and
:ref:`application_run` for more details on building and running.

The BT510 features a TagConnect 10 way socket for connection of a
programmer/debugger, refer to `TagConnect TC2050 product page`_
+3 −4
Original line number Diff line number Diff line
@@ -17,10 +17,9 @@ board, `Decawave DWM1001 website`_ about the board itself, and `nRF52832 website
Programming and Debugging
*************************

Applications for the ``decawave_dwm1001_dev`` board configuration can be
built and flashed in the usual way (see :ref:`build_an_application`
and :ref:`application_run` for more details); however, the standard
debugging targets are not currently available.
Applications for the ``decawave_dwm1001_dev`` board configuration can be built,
flashed, and debugged in the usual way. See :ref:`build_an_application` and
:ref:`application_run` for more details on building and running.

Flashing
========
+3 −4
Original line number Diff line number Diff line
@@ -123,10 +123,9 @@ Front End Module
Programming and Debugging
*************************

Applications for the ``nrf21540dk_nrf52840`` board configuration can be
built and flashed in the usual way (see :ref:`build_an_application`
and :ref:`application_run` for more details); however, the standard
debugging targets are not currently available.
Applications for the ``nrf21540dk_nrf52840`` board configuration can be built,
flashed, and debugged in the usual way. See :ref:`build_an_application` and
:ref:`application_run` for more details on building and running.

Flashing
========
Loading