zephyr/samples/subsys/ipc/openamp/sample.yaml
Fabio Baltieri 792469aae9 yamllint: indentation: fix files in samples/
Fix the YAML files indentation for files in samples/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

19 lines
529 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_b1
integration_platforms:
- mps2_an521
tags: ipm
harness: console
sysbuild: true
harness_config:
type: multi_line
regex:
- "Master core received a message: 1"
- "Master core received a message: 99"
- "OpenAMP demo ended."