16 lines
460 B
YAML
16 lines
460 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.subsys.ipc.ipm_mcux:
|
|
platform_whitelist: lpcxpresso54114_m4
|
|
tags: ipm
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "Hello World from MASTER! (.*)"
|
|
- "Received: 1"
|
|
- "Received: 20"
|