zephyr/samples/drivers/mbox_data/sample.yaml
Tomas Galbicka e776051cad samples: mbox: Add mbox sample with data transfer
This commits add mbox sample which supports transfering of
4 bytes of data between cores.

Signed-off-by: Tomas Galbicka <tomas.galbicka@nxp.com>
2024-01-22 09:48:09 +00:00

28 lines
865 B
YAML

sample:
name: MBOX Data IPC sample
common:
sysbuild: true
tags: mbox
tests:
sample.drivers.mbox_data.real_hw:
platform_allow:
- mimxrt1170_evkb_cm7
- mimxrt1170_evk_cm7
- mimxrt1160_evk_cm7
integration_platforms:
- mimxrt1160_evk_cm7
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "Client received \\(on channel 2\\) value: 1"
- "Client send \\(on channel 3\\) value: 2"
- "Client received \\(on channel 2\\) value: 3"
- "Client send \\(on channel 3\\) value: 4"
- "Client received \\(on channel 2\\) value: 41"
- "Client send \\(on channel 3\\) value: 42"
- "Client received \\(on channel 2\\) value: 97"
- "Client send \\(on channel 3\\) value: 98"
- "Client received \\(on channel 2\\) value: 99"