Skip to content

Commit 6f1c93c

Browse files
divipillaicarlescufi
authored andcommitted
doc: Add a note about TFM in the nRF54L15 snippet docs
Add a note about TFM in the nRF54L15 snippet docs. Signed-off-by: divya pillai <[email protected]>
1 parent d9629b1 commit 6f1c93c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/nrf/app_dev/device_guides/nrf54l/snippets.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,19 @@ You can emulate the nRF54L05 and nRF54L10 targets on an nRF54L15 device using th
1717
- Compatible board targets
1818
* - :ref:`emulated-nrf54l05`
1919
- ``emulated-nrf54l05``
20-
- ``nrf54l15dk/nrf54l15/cpuapp``, ``nrf54l15dk/nrf54l15/cpuapp/ns``
20+
- ``nrf54l15dk/nrf54l15/cpuapp``
2121
* - :ref:`emulated-nrf54l10`
2222
- ``emulated-nrf54l10``
23-
- ``nrf54l15dk/nrf54l15/cpuapp``, ``nrf54l15dk/nrf54l15/cpuapp/ns``
23+
- ``nrf54l15dk/nrf54l15/cpuapp``
2424

2525
.. important::
2626
You cannot use these snippets with the FLPR core because all memory, including RAM and RRAM, is allocated to the application core.
2727

2828
Currently, using the snippets is supported only on the :ref:`zephyr:nrf54l15dk_nrf54l15` board.
2929

30+
.. note::
31+
Trusted Firmware-M (TF-M) is not yet supported for nRF54L05 and nRF54L10 emulated targets.
32+
3033
.. _emulated-nrf54l05:
3134

3235
nRF54L05 snippet

0 commit comments

Comments
 (0)