Skip to content

Commit 8a25242

Browse files
microbuildercarlescufi
authored andcommitted
samples: tfm_integration: Remove LPC55s69 tests
Removes lpcxpresso55s69_ns from certain sample.yaml files due to changes required for TF-M 1.6.0 not being added to the upstream project before the 1.6.0 release. The NXP SDK available for download from NXP contains the required updates, but these will need to be committed to TF-M, then made available in the Zephyr fork, at which point the yaml files here can have the LPC added back. Signed-off-by: Kevin Townsend <[email protected]>
1 parent f914716 commit 8a25242

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

samples/tfm_integration/psa_crypto/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sample:
66
tests:
77
sample.psa_crypto:
88
tags: introduction tfm crypto csr
9-
platform_allow: mps2_an521_ns lpcxpresso55s69_ns nrf5340dk_nrf5340_cpuapp_ns
9+
platform_allow: mps2_an521_ns nrf5340dk_nrf5340_cpuapp_ns
1010
nrf9160dk_nrf9160_ns v2m_musca_s1_ns stm32l562e_dk_ns
1111
bl5340_dvk_cpuapp_ns
1212
harness: console

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 lpcxpresso55s69_ns
8+
platform_allow: mps2_an521_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

samples/tfm_integration/tfm_regression_test/sample.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
common:
22
tags: tfm
3-
platform_allow: lpcxpresso55s69_ns
4-
nrf5340dk_nrf5340_cpuapp_ns nrf9160dk_nrf9160_ns
3+
platform_allow: nrf5340dk_nrf5340_cpuapp_ns nrf9160dk_nrf9160_ns
54
v2m_musca_s1_ns
65
harness: console
76
harness_config:

0 commit comments

Comments
 (0)