diff --git a/doc/nrf/config_and_build/board_support/board_names.rst b/doc/nrf/config_and_build/board_support/board_names.rst index ee193e12edcc..52d3d67a7b0e 100644 --- a/doc/nrf/config_and_build/board_support/board_names.rst +++ b/doc/nrf/config_and_build/board_support/board_names.rst @@ -131,4 +131,23 @@ The following boards are defined in the :file:`nrf/boards/arm/` folder. | | | | ``nrf7002dk_nrf5340_cpuapp_ns`` | +-------------------+------------+----------------------------------------------------------+---------------------------------------+ -The :ref:`nRF21540 EK shield ` is defined in the :file:`nrf/boards/shields` folder. +.. _shield_names_nrf: + +Shields included in sdk-nrf +*************************** + +The following shields are defined in the :file:`nrf/boards/shields` folder. + ++----------------------------------------------------------+------------+--------------------------------------------------------------------------+---------------------------------------+ +| Hardware platform | PCA number | Board name | Build target | ++==========================================================+============+==========================================================================+=======================================+ +| nRF7002 :term:`Evaluation Kit (EK)` | PCA63556 | :ref:`nrf7002ek ` | ``nrf7002ek`` | ++----------------------------------------------------------+------------+--------------------------------------------------------------------------+---------------------------------------+ +| nRF7002 EK with emulated support for the nRF7001 IC | PCA63556 | :ref:`nrf7002ek_nrf7001 ` | ``nrf7002ek_nrf7001`` | ++----------------------------------------------------------+------------+--------------------------------------------------------------------------+---------------------------------------+ +| nRF7002 EK with emulated support for the nRF7000 IC | PCA63556 | :ref:`nrf7002ek_nrf7000 ` | ``nrf7002ek_nrf7000`` | ++----------------------------------------------------------+------------+--------------------------------------------------------------------------+---------------------------------------+ +| nRF7002 :term:`Expansion Board (EB)` | PCA63561 | :ref:`nrf7002eb ` | ``nrf7002eb`` | ++----------------------------------------------------------+------------+--------------------------------------------------------------------------+---------------------------------------+ +| nRF21540 EK | PCA63550 | :ref:`nrf21540ek ` | ``nrf21540ek`` | ++----------------------------------------------------------+------------+--------------------------------------------------------------------------+---------------------------------------+ diff --git a/doc/nrf/device_guides/working_with_nrf/nrf70/gs.rst b/doc/nrf/device_guides/working_with_nrf/nrf70/gs.rst index 534bd6112546..4ef3b4d3ac3e 100644 --- a/doc/nrf/device_guides/working_with_nrf/nrf70/gs.rst +++ b/doc/nrf/device_guides/working_with_nrf/nrf70/gs.rst @@ -263,6 +263,8 @@ Shields and expansion boards Shields and expansion boards are add-on hardware that can be attached to a development kit or prototyping platform to extend their features and functionalities. +.. _nrf70_gs_shields_evaluation_kit_nrf7002ek: + nRF7002 EK ========== @@ -365,6 +367,8 @@ For example, you can use the following command when building on the command line To build for the nRF7002 EK and the nRF7001 or nRF7000 ICs, you can use the corresponding shield name in the above command. +.. _nrf70_gs_shields_expansion_boards_nrf7002eb: + nRF7002 EB ==========