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 <kevin.townsend@linaro.org>
This commit is contained in:
parent
8a252422c8
commit
06cd8abde1
2 changed files with 4 additions and 4 deletions
|
@ -6,9 +6,9 @@ sample:
|
||||||
tests:
|
tests:
|
||||||
sample.psa_crypto:
|
sample.psa_crypto:
|
||||||
tags: introduction tfm crypto csr
|
tags: introduction tfm crypto csr
|
||||||
platform_allow: mps2_an521_ns nrf5340dk_nrf5340_cpuapp_ns
|
platform_allow: mps2_an521_ns mps3_an547_ns v2m_musca_s1_ns
|
||||||
nrf9160dk_nrf9160_ns v2m_musca_s1_ns stm32l562e_dk_ns
|
nrf5340dk_nrf5340_cpuapp_ns nrf9160dk_nrf9160_ns
|
||||||
bl5340_dvk_cpuapp_ns
|
stm32l562e_dk_ns bl5340_dvk_cpuapp_ns
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
type: multi_line
|
type: multi_line
|
||||||
|
|
|
@ -5,7 +5,7 @@ sample:
|
||||||
tests:
|
tests:
|
||||||
sample.tfm_ipc:
|
sample.tfm_ipc:
|
||||||
tags: introduction tfm
|
tags: introduction tfm
|
||||||
platform_allow: mps2_an521_ns
|
platform_allow: mps2_an521_ns mps3_an547_ns
|
||||||
nrf5340dk_nrf5340_cpuapp_ns nrf9160dk_nrf9160_ns nucleo_l552ze_q_ns
|
nrf5340dk_nrf5340_cpuapp_ns nrf9160dk_nrf9160_ns nucleo_l552ze_q_ns
|
||||||
stm32l562e_dk_ns v2m_musca_s1_ns v2m_musca_b1_ns bl5340_dvk_cpuapp_ns
|
stm32l562e_dk_ns v2m_musca_s1_ns v2m_musca_b1_ns bl5340_dvk_cpuapp_ns
|
||||||
harness: console
|
harness: console
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue