Skip to content

Commit

Permalink
doc: nrf: Add sample board rows for emulated nrf54L10 and nRF54L05
Browse files Browse the repository at this point in the history
These boards where added in
nrfconnect#18969.
By adding these we can make samples reference them.

The emulated boards are not yet described in
`zephyr/boards/nordic/nrf54l15dk/doc/index.rst`, so these
boards just link to the default 54l15 board.
These links should be added separately, similar to other
emulated 52 series devices.

Signed-off-by: Rubin Gerritsen <[email protected]>
  • Loading branch information
rugeGerritsen committed Nov 28, 2024
1 parent 54edb52 commit 3580134
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/nrf/includes/sample_board_rows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,14 @@

| Native Simulator | | native_sim | ``native_sim`` |

.. nrf54l15dk_nrf54l05_cpuapp

| :ref:`nRF54L15 DK (emulating nRF54L05) <ug_nrf54l>` | PCA10156 | :ref:`nrf54l15dk <zephyr:nrf54l15dk_nrf54l15>` | ``nrf54l15dk/nrf54l05/cpuapp`` |

.. nrf54l15dk_nrf54l10_cpuapp

| :ref:`nRF54L15 DK (emulating nRF54L10) <ug_nrf54l>` | PCA10156 | :ref:`nrf54l15dk <zephyr:nrf54l15dk_nrf54l15>` | ``nrf54l15dk/nrf54l10/cpuapp`` |

.. nrf54l15dk_nrf54l15_cpuapp

| :ref:`nRF54L15 DK <ug_nrf54l>` | PCA10156 | :ref:`nrf54l15dk <zephyr:nrf54l15dk_nrf54l15>` | ``nrf54l15dk/nrf54l15/cpuapp`` |
Expand Down

0 comments on commit 3580134

Please sign in to comment.