1sample: 2 description: This app provides an example of using TF-M on the secure side, with 3 Zephyr on the NS side, using IPC. 4 name: TF-M IPC example 5tests: 6 sample.tfm_ipc: 7 tags: 8 - introduction 9 - trusted-firmware-m 10 - mcuboot 11 platform_allow: 12 - mps2_an521_ns 13 - nrf5340dk_nrf5340_cpuapp_ns 14 - nrf9160dk_nrf9160_ns 15 - nucleo_l552ze_q_ns 16 - stm32l562e_dk_ns 17 - v2m_musca_s1_ns 18 - bl5340_dvk_cpuapp_ns 19 - b_u585i_iot02a_ns 20 integration_platforms: 21 - mps2_an521_ns 22 harness: console 23 harness_config: 24 type: multi_line 25 regex: 26 - "TF-M IPC on .*" 27 - "The version of the PSA Framework API is" 28 - "The PSA Crypto service minor version is" 29 - "Generating 256 bytes of random data" 30 sample.tfm_ipc.no_bl2: 31 tags: 32 - introduction 33 - trusted-firmware-m 34 platform_allow: mps2_an521_ns 35 extra_configs: 36 - CONFIG_TFM_BL2=n 37 harness: console 38 harness_config: 39 type: multi_line 40 regex: 41 - "TF-M IPC on .*" 42 - "The version of the PSA Framework API is" 43 - "The PSA Crypto service minor version is" 44 - "Generating 256 bytes of random data" 45