Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions doc/nrf/app_dev/board_names.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,23 @@ The following boards are defined in the :file:`nrf/boards/nordic/` folder.
| | | | ``thingy91x/nrf5340/cpunet`` |
+-------------------+------------+----------------------------------------------------------+---------------------------------------------------------------------------+

.. _nrf_boards:

Board documentation in sdk-nrf
******************************

Out of the :ref:`app_boards_names_nrf`, the following boards have dedicated definition pages:

.. toctree::
:maxdepth: 1
:glob:

../boards/nordic/*/doc/index

.. note::

Some of these board definitions may move to the sdk-zephyr repository in a future release.

.. _shield_names_nrf:

Shields included in sdk-nrf
Expand Down
21 changes: 0 additions & 21 deletions doc/nrf/boards.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/nrf/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Varied reference designs

gsg_guides
installation
boards
app_dev
test_and_optimize
security
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -692,3 +692,5 @@ Documentation
Updated:

* The :ref:`ug_nrf54h20_architecture_lifecycle` documentation page, expanding the description of the LCS states.
* The :ref:`app_boards` documentation page by moving the pages with board definitions under the :ref:`nrf_boards` section.
This update removes the Supported boards section from the top level of the |NCS| documentation.
Loading