Skip to content

Commit 85f2810

Browse files
Vge0rgekartben
authored andcommitted
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 <georgios.vasilakis@nordicsemi.no>
1 parent 47c71e3 commit 85f2810

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

samples/tfm_integration/config_build/sample.yaml

Lines changed: 1 addition & 0 deletions
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

Lines changed: 3 additions & 1 deletion
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)