Skip to content

Commit 06cd8ab

Browse files
microbuildercarlescufi
authored andcommitted
samples: tfm_integration: Add missing MPS3 support
Adds mps3_an547_ns to certain TF-M samples to improve testing in CI by including the Arm Cortex-M55 platform. Signed-off-by: Kevin Townsend <[email protected]>
1 parent 8a25242 commit 06cd8ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/tfm_integration/psa_crypto/sample.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ sample:
66
tests:
77
sample.psa_crypto:
88
tags: introduction tfm crypto csr
9-
platform_allow: mps2_an521_ns nrf5340dk_nrf5340_cpuapp_ns
10-
nrf9160dk_nrf9160_ns v2m_musca_s1_ns stm32l562e_dk_ns
11-
bl5340_dvk_cpuapp_ns
9+
platform_allow: mps2_an521_ns mps3_an547_ns v2m_musca_s1_ns
10+
nrf5340dk_nrf5340_cpuapp_ns nrf9160dk_nrf9160_ns
11+
stm32l562e_dk_ns bl5340_dvk_cpuapp_ns
1212
harness: console
1313
harness_config:
1414
type: multi_line

samples/tfm_integration/tfm_ipc/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sample:
55
tests:
66
sample.tfm_ipc:
77
tags: introduction tfm
8-
platform_allow: mps2_an521_ns
8+
platform_allow: mps2_an521_ns mps3_an547_ns
99
nrf5340dk_nrf5340_cpuapp_ns nrf9160dk_nrf9160_ns nucleo_l552ze_q_ns
1010
stm32l562e_dk_ns v2m_musca_s1_ns v2m_musca_b1_ns bl5340_dvk_cpuapp_ns
1111
harness: console

0 commit comments

Comments
 (0)