Browse Source

boards: nordic: Fix board names

Fixes some board names in documentation that wasn't updated

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
pull/69687/head
Jamie McCrae 1 year ago committed by Carles Cufi
parent
commit
32ae4918d0
  1. 8
      boards/nordic/nrf52833dk/doc/index.rst
  2. 4
      boards/nordic/nrf52840dk/doc/index.rst
  3. 6
      boards/nordic/nrf52dk/doc/index.rst

8
boards/nordic/nrf52833dk/doc/index.rst

@ -41,7 +41,7 @@ is 32 MHz. @@ -41,7 +41,7 @@ is 32 MHz.
Supported Features
==================
The nrf52833dk_nrf52833 board configuration supports the following
The ``nrf52833dk/nrf52833`` board configuration supports the following
hardware features:
+-----------+------------+----------------------+
@ -106,7 +106,7 @@ Push buttons @@ -106,7 +106,7 @@ Push buttons
Programming and Debugging
*************************
Applications for the ``nrf52833dk_nrf52833`` board configuration can be built,
Applications for the ``nrf52833dk/nrf52833`` 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.
@ -134,7 +134,7 @@ Then build and flash the application in the usual way. @@ -134,7 +134,7 @@ Then build and flash the application in the usual way.
.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:board: nrf52833dk_nrf52833
:board: nrf52833dk/nrf52833
:goals: build flash
Debugging
@ -224,7 +224,7 @@ nRF52820 emulation on nRF52833 DK @@ -224,7 +224,7 @@ nRF52820 emulation on nRF52833 DK
Overview
********
The nrf52833dk_nrf52820 board is a modified version of the
The ``nrf52833dk/nrf52820`` board is a modified version of the
:ref:`nrf52833dk_nrf52833` that enforces the limitations imposed by the nRF52820
IC, which is a variant of the original nRF52833. Since Nordic does not offer a
development kit for the nRF52820 you can use this board to develop for this IC

4
boards/nordic/nrf52840dk/doc/index.rst

@ -45,7 +45,7 @@ is 32.768 kHz. The frequency of the main clock is 32 MHz. @@ -45,7 +45,7 @@ is 32.768 kHz. The frequency of the main clock is 32 MHz.
Supported Features
==================
The nrf52840dk_nrf52840 board configuration supports the following
The ``nrf52840dk/nrf52840`` board configuration supports the following
hardware features:
+-----------+------------+----------------------+
@ -221,7 +221,7 @@ nRF52811 emulation on nRF52840 DK @@ -221,7 +221,7 @@ nRF52811 emulation on nRF52840 DK
Overview
********
The nrf52840dk/nrf52811 board variant is a modified version of the
The ``nrf52840dk/nrf52811`` board variant is a modified version of the
:ref:`nrf52840dk_nrf52840` that enforces the limitations imposed by the nRF52811
IC, which is a variant of the original nRF52840. Since Nordic does not offer a
development kit for the nRF52811 you can use this board to develop for this IC

6
boards/nordic/nrf52dk/doc/index.rst

@ -46,7 +46,7 @@ is 32 MHz. @@ -46,7 +46,7 @@ is 32 MHz.
Supported Features
==================
The nrf52dk_nrf52832 board configuration supports the following
The ``nrf52dk/nrf52832`` board configuration supports the following
hardware features:
+-----------+------------+----------------------+
@ -413,7 +413,7 @@ nRF52805 emulation on nRF52 DK @@ -413,7 +413,7 @@ nRF52805 emulation on nRF52 DK
Overview
********
The nrf52dk_nrf52805 board is a modified version of the :ref:`nrf52dk_nrf52832`
The ``nrf52dk/nrf52805`` board is a modified version of the :ref:`nrf52dk_nrf52832`
that enforces the limitations imposed by the nRF52805 IC, which is a
cost-reduced variant of the original nRF52832. Since Nordic does not offer a
development kit for the nRF52805, you can use this board to develop for this
@ -437,7 +437,7 @@ nRF52810 emulation on nRF52 DK @@ -437,7 +437,7 @@ nRF52810 emulation on nRF52 DK
Overview
********
The nrf52dk_nrf52810 board is a modified version of the :ref:`nrf52dk_nrf52832`
The ``nrf52dk/nrf52810`` board is a modified version of the :ref:`nrf52dk_nrf52832`
that enforces the limitations imposed by the nRF52810 IC, which is a
cost-reduced variant of the original nRF52832. Since Nordic does not offer a
development kit for the nRF52810 you can use this board to develop for this

Loading…
Cancel
Save