zephyr/samples/drivers/ipm/ipm_ivshmem/sample.yaml
Felipe Neves da3ae1af61 samples: drivers: ipm: added IPM over IVSHMEM sample
To demonstrate how to configure Zephyr to use the IPM
driver over the IVSHMEM subsystem. Since this driver
is intended to generate inter QEMU VM notifications
it was better to create a sample app using the shell
for quick demonstration for the users.

Signed-off-by: Felipe Neves <felipe.neves@linaro.org>
2023-07-20 10:44:57 +00:00

10 lines
163 B
YAML

sample:
name: IVSHMEM IPM Sample
tests:
sample.ipm.ipm_ivshmem:
build_only: true
platform_allow: qemu_cortex_a53
tags:
- samples
- ipm