zephyr/samples/tfm_integration/config_build/sample.yaml
Georgios Vasilakis 6432b0debd samples: tfm: Add nRF54L10 in TF-M samples yaml
Add nRF54L10 non secure target for the config_build and
the tfm_ipc samples.

Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
2025-04-14 20:05:17 +02:00

33 lines
802 B
YAML

sample:
description: Test TF-M builds in various configurations
name: TF-M build configuration
common:
tags:
- trusted-firmware-m
platform_allow:
- v2m_musca_s1/musca_s1/ns
- nrf5340dk/nrf5340/cpuapp/ns
- nrf9160dk/nrf9160/ns
- nrf54l15dk/nrf54l15/cpuapp/ns
- nrf54l15dk/nrf54l10/cpuapp/ns
- bl5340_dvk/nrf5340/cpuapp/ns
integration_platforms:
- nrf5340dk/nrf5340/cpuapp/ns
harness: console
harness_config:
type: one_line
regex:
- "Hello World! (.*)"
tests:
sample.config_build.no_bl2:
extra_configs:
- CONFIG_TFM_BL2=n
sample.config_build.single_image:
tags:
- mcuboot
platform_allow:
# Platform fails no_bl2
- stm32l562e_dk/stm32l562xx/ns
extra_configs:
- CONFIG_TFM_MCUBOOT_IMAGE_NUMBER=1