zephyr/samples/subsys/ipc/ipm_mcux/sample.yaml
Andrei Gansari a67d50848e samples: ipm_mcux: 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
474 B
YAML

sample:
description: Sample app that sends messages between the two cores on
the lpcxpresso54114 using a mailbox.
name: IPM MCUX Mailbox Sample
tests:
sample.ipc.ipm.ipm_mcux:
platform_allow: lpcxpresso54114_m4 lpcxpresso55s69_cpu0
tags: ipm
harness: console
harness_config:
type: multi_line
regex:
- "Hello World from MASTER! (.*)"
- "Received: 1"
- "Received: 20"