This commit adds support for NXP board LPCXpresso55S69 for mbox. - samples/drivers/mbox/ - mbox signaling mode - samples/drivers/mbox_data/ - mbox data transfer mode - tests/drivers/mbox/mbox_data/ - mbox test to verify functionality. Signed-off-by: Tomas Galbicka <tomas.galbicka@nxp.com>
29 lines
923 B
YAML
29 lines
923 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
|
|
- lpcxpresso55s69_cpu0
|
|
integration_platforms:
|
|
- mimxrt1160_evk_cm7
|
|
- lpcxpresso55s69_cpu0
|
|
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"
|