zephyr/samples/drivers/mbox/sample.yaml
Jakub Zymelka bd40190c25 samples: mbox: Add nRF54L15 to MBOX sample targets
Add nRF54L15 APP and FLPR cores to ping-pong sample application.

Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
2024-06-15 04:41:47 -04:00

87 lines
2.1 KiB
YAML

sample:
name: MBOX IPC sample
common:
sysbuild: true
tags: mbox
tests:
sample.drivers.mbox.real_hw:
platform_allow:
- nrf5340dk/nrf5340/cpuapp
- adp_xc7k/ae350
- mimxrt1170_evk@B/mimxrt1176/cm7
- mimxrt1170_evk/mimxrt1176/cm7
- mimxrt1160_evk/mimxrt1166/cm7
- lpcxpresso55s69/lpc55s69/cpu0
integration_platforms:
- nrf5340dk/nrf5340/cpuapp
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "Ping \\(on channel 0\\)"
- "Pong \\(on channel 0\\)"
- "Ping \\(on channel 1\\)"
- "Pong \\(on channel 1\\)"
sample.drivers.mbox.nrf54h20_vevif:
platform_allow:
- nrf54h20dk/nrf54h20/cpuapp
integration_platforms:
- nrf54h20dk/nrf54h20/cpuapp
extra_args:
FILE_SUFFIX=vevif
mbox_SNIPPET=nordic-ppr
sysbuild: true
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "Ping \\(on channel 4\\)"
sample.drivers.mbox.nrf54h20_bellboard:
platform_allow:
- nrf54h20dk/nrf54h20/cpuapp
integration_platforms:
- nrf54h20dk/nrf54h20/cpuapp
extra_args:
FILE_SUFFIX=bellboard
mbox_SNIPPET=nordic-ppr
sysbuild: true
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "Pong \\(on channel 0\\)"
sample.drivers.mbox.simu:
platform_allow:
- nrf5340bsim/nrf5340/cpuapp
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "Ping \\(on channel 0\\)"
- "Pong \\(on channel 0\\)"
- "Ping \\(on channel 1\\)"
- "Pong \\(on channel 1\\)"
sample.drivers.mbox.nrf54l15:
platform_allow:
- nrf54l15pdk/nrf54l15/cpuapp
integration_platforms:
- nrf54l15pdk/nrf54l15/cpuapp
extra_args:
mbox_SNIPPET=nordic-flpr
sysbuild: true
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "Ping \\(on channel 16\\)"
- "Pong \\(on channel 15\\)"