19 lines
676 B
YAML
19 lines
676 B
YAML
sample:
|
|
description: This app provides an example of using TF-M on the secure
|
|
side, with Zephyr on the NS side, using IPC.
|
|
name: TF-M IPC example
|
|
tests:
|
|
sample.tfm_ipc:
|
|
tags: introduction tfm
|
|
platform_allow: mps2_an521_nonsecure lpcxpresso55s69_ns
|
|
nrf5340dk_nrf5340_cpuappns nrf9160dk_nrf9160ns nucleo_l552ze_q_ns
|
|
stm32l562e_dk_ns v2m_musca_s1_nonsecure v2m_musca_b1_nonsecure
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "The version of the PSA Framework API is"
|
|
- "Connect success!"
|
|
- "Call success!"
|
|
- "TF-M IPC on .*"
|