Skip to content

Commit ccfd5ef

Browse files
valeriosettimmahadevan108
authored andcommitted
samples: tfm_integration: replace nrf5340dk with nrf9161dk
Building for nrf5340dk cause link time failure as: undefined reference to `tfm_platform_gpio_pin_mcu_select' It only happens with this platform, not with other ones in the allow list, therefore we pick another Nordic one as integration platform and disable nrf5340dk. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
1 parent 7352849 commit ccfd5ef

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

samples/tfm_integration/tfm_regression_test/sample.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ common:
55
modules:
66
- tf-m-tests
77
platform_allow:
8-
- nrf5340dk/nrf5340/cpuapp/ns
8+
# Disabling this platform as there are currently build issues at link
9+
# time with 'tfm_platform_gpio_pin_mcu_select'. Since NS app is the official
10+
# one from TF-M the fix has to be sumbitted upstream.
11+
# - nrf5340dk/nrf5340/cpuapp/ns
912
- nrf9160dk/nrf9160/ns
1013
- nrf9161dk/nrf9161/ns
1114
- v2m_musca_s1/musca_s1/ns
1215
- stm32h573i_dk/stm32h573xx/ns
1316
- frdm_mcxn947/mcxn947/cpu0/ns
1417
- frdm_mcxa577/mcxa577/ns
1518
integration_platforms:
16-
- nrf5340dk/nrf5340/cpuapp/ns
19+
- nrf9161dk/nrf9161/ns
1720
harness: console
1821
harness_config:
1922
type: multi_line

0 commit comments

Comments
 (0)