From 35801342c542c68c4856908d3b770f84d5cd5947 Mon Sep 17 00:00:00 2001 From: Rubin Gerritsen Date: Thu, 28 Nov 2024 08:47:00 +0100 Subject: [PATCH] doc: nrf: Add sample board rows for emulated nrf54L10 and nRF54L05 These boards where added in https://github.com/nrfconnect/sdk-nrf/pull/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 --- doc/nrf/includes/sample_board_rows.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/nrf/includes/sample_board_rows.txt b/doc/nrf/includes/sample_board_rows.txt index dd408ee1c745..3159d06baf45 100644 --- a/doc/nrf/includes/sample_board_rows.txt +++ b/doc/nrf/includes/sample_board_rows.txt @@ -222,6 +222,14 @@ | Native Simulator | | native_sim | ``native_sim`` | +.. nrf54l15dk_nrf54l05_cpuapp + +| :ref:`nRF54L15 DK (emulating nRF54L05) ` | PCA10156 | :ref:`nrf54l15dk ` | ``nrf54l15dk/nrf54l05/cpuapp`` | + +.. nrf54l15dk_nrf54l10_cpuapp + +| :ref:`nRF54L15 DK (emulating nRF54L10) ` | PCA10156 | :ref:`nrf54l15dk ` | ``nrf54l15dk/nrf54l10/cpuapp`` | + .. nrf54l15dk_nrf54l15_cpuapp | :ref:`nRF54L15 DK ` | PCA10156 | :ref:`nrf54l15dk ` | ``nrf54l15dk/nrf54l15/cpuapp`` |