zephyr/samples/subsys/ipc/openamp/sample.yaml
Andrei Gansari 99faca36fe samples: openamp: update docs with lpc55s69
Updates .yaml and README with new boards support for
lpcxpresso55s69.

Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
2021-01-10 15:38:54 -05:00

16 lines
518 B
YAML

sample:
description: This app provides an example of how to integrate OpenAMP
with Zephyr.
name: OpenAMP example integration
tests:
sample.ipc.openamp:
platform_allow: lpcxpresso54114_m4 lpcxpresso55s69_cpu0 mps2_an521 v2m_musca v2m_musca_b1
tags: ipm
harness: console
harness_config:
type: multi_line
regex:
- "Master core received a message: 1"
- "Master core received a message: 99"
- "OpenAMP demo ended."