Skip to content

Commit 11d357f

Browse files
krish2718rlubos
authored andcommitted
doc: nrf70: Fix 54 Series shields
The shields usage is now updated. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 83b34cd commit 11d357f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

doc/nrf/app_dev/device_guides/nrf70/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The following nRF70 Series shields are available and defined in the :file:`nrf/b
110110
| `User Guide <nRF7002 EK User Guide_>`_
111111
* - nRF7002 :term:`Expansion Board (EB)`
112112
- PCA63561
113-
- ``nrf7002eb``, ``nrf700x_nrf54h20dk``, ``nrf700x_nrf54l15pdk``
113+
- ``nrf7002eb``, ``nrf7002eb_interposer_p1`` (nRF54 Series)
114114
- | :ref:`Development guide <ug_nrf7002eb_gs>`
115115
| `User Guide <nRF7002 EB User Guide_>`_
116116

doc/nrf/app_dev/device_guides/nrf70/nrf7002eb_dev_guide.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ Alternatively, add the shield in the project's :file:`CMakeLists.txt` file by us
116116
117117
set(SHIELD nrf7002eb)
118118
119-
To build for the nRF7002 EB with nRF54H20 DK, use the ``nrf54h20dk/nrf54h20/cpuapp`` board target with the CMake ``SHIELD`` variable set to ``nrf700x_nrf54h20dk``.
120-
To build for a custom target, set ``-DSHIELD=nrf700x_nrf54h20dk`` when you invoke ``west build`` or ``cmake`` in your |NCS| application.
121-
Alternatively, you can add the shield in the project's :file:`CMakeLists.txt` file by using the ``set(SHIELD nrf700x_nrf54h20dk)`` command.
119+
To build for the nRF7002 EB with nRF54H20 DK, use the ``nrf54h20dk/nrf54h20/cpuapp`` board target with the CMake ``SHIELD`` variable set to ``nrf7002eb_interposer_p1 nrf7002eb``.
120+
To build for a custom target, set ``-DSHIELD=nrf7002eb_interposer_p1;nrf7002eb`` when you invoke ``west build`` or ``cmake`` in your |NCS| application.
121+
Alternatively, you can add the shield in the project's :file:`CMakeLists.txt` file by using the ``set(SHIELD nrf7002eb_interposer_p1 nrf7002eb)`` command.
122122

123-
To build for the nRF7002 EB with the nRF54L15 PDK, use the ``nrf54l15pdk/nrf54l15/cpuapp`` board target with the CMake ``SHIELD`` variable set to ``nrf700x_nrf54l15pdk``.
124-
To build for a custom target, set ``-DSHIELD=nrf700x_nrf54l15pdk`` when you invoke ``west build`` or ``cmake`` in your |NCS| application.
125-
Alternatively, you can add the shield in the project's :file:`CMakeLists.txt` file by using the ``set(SHIELD nrf700x_nrf54l15pdk)`` command.
123+
To build for the nRF7002 EB with the nRF54L15 PDK, use the ``nrf54l15pdk/nrf54l15/cpuapp`` board target with the CMake ``SHIELD`` variable set to ``nrf7002eb_interposer_p1 nrf7002eb``.
124+
To build for a custom target, set ``-DSHIELD=nrf7002eb_interposer_p1;nrf7002eb`` when you invoke ``west build`` or ``cmake`` in your |NCS| application.
125+
Alternatively, you can add the shield in the project's :file:`CMakeLists.txt` file by using the ``set(SHIELD nrf7002eb_interposer_p1 nrf7002eb)`` command.
126126

127127
Limitations when building with nRF54H20 DK and nRF54L15 PDK
128128
***********************************************************

doc/nrf/releases_and_maturity/software_maturity.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,8 +1388,8 @@ The following table indicates the software maturity levels of the support for ea
13881388
| [1]: Only with nRF7002 DK, nRF7002 DK in nRF7001 emulation mode, nRF7002 EB, nRF7002 EK or nRF7002 EK in nRF7001 emulation mode
13891389
| [2]: Only with nRF7002 DK, nRF7002 DK in nRF7001 emulation mode or nRF7002 EK
13901390
| [3]: Only with nRF7002 EK or nRF7002 EK in nRF7001 emulation mode
1391-
| [4]: Only with nRF700X_nRF54H20DK
1392-
| [5]: Only with nRF700X_nRF54L15PDK
1391+
| [4]: Only with nrf7002 EB and nRF7002 EB-interposer
1392+
| [5]: Only with nrf7002 EB and nRF7002 EB-interposer
13931393
| [6]: Only with nRF7002 EK, nRF7002 EK in nRF7000 emulation mode or nRF7002 EK in nRF7001 emulation mode
13941394
| [7]: Only with nRF7002 DK, nRF7002 EB, nRF7002 EK, nRF7002 EK in nRF7000 emulation mode or nRF7002 EK in nRF7001 emulation mode
13951395

0 commit comments

Comments
 (0)