1common: 2 filter: (CONFIG_TFM_BOARD != "") and CONFIG_ARM_NONSECURE_FIRMWARE 3 tags: 4 - arm 5 - fpu 6 - tfm 7 arch_allow: arm 8tests: 9 arch.arm.swap.tz: 10 # NOTE: this platform disables FPU access in TFM. 11 platform_exclude: 12 - mps3_an547_ns 13 - nucleo_l552ze_q_ns 14 integration_platforms: 15 - mps2_an521_ns 16 arch.arm.swap.tz_off: 17 extra_configs: 18 - CONFIG_ARM_NONSECURE_PREEMPTIBLE_SECURE_CALLS=n 19 # NOTE: this platform disables FPU access in TFM. 20 platform_exclude: 21 - mps3_an547_ns 22 - nucleo_l552ze_q_ns 23 integration_platforms: 24 - mps2_an521_ns 25