Skip to content

Commit 7af9258

Browse files
Vge0rgenordicjm
authored andcommitted
[nrf fromtree] samples: tfm: Add nRF54L15 in TF-M samples yaml
Add nRF54L15 non secure target for the config_build and the tfm_ipc samples. Signed-off-by: Georgios Vasilakis <[email protected]> (cherry picked from commit 85f2810)
1 parent 6e72a12 commit 7af9258

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

samples/tfm_integration/config_build/sample.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ common:
88
- v2m_musca_s1/musca_s1/ns
99
- nrf5340dk/nrf5340/cpuapp/ns
1010
- nrf9160dk/nrf9160/ns
11+
- nrf54l15dk/nrf54l15/cpuapp/ns
1112
- bl5340_dvk/nrf5340/cpuapp/ns
1213
integration_platforms:
1314
- nrf5340dk/nrf5340/cpuapp/ns

samples/tfm_integration/tfm_ipc/sample.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ tests:
3131
tags:
3232
- introduction
3333
- trusted-firmware-m
34-
platform_allow: mps2/an521/cpu0/ns
34+
platform_allow:
35+
- mps2/an521/cpu0/ns
36+
- nrf54l15dk/nrf54l15/cpuapp/ns
3537
extra_configs:
3638
- CONFIG_TFM_BL2=n
3739
harness: console

0 commit comments

Comments
 (0)