zephyr/samples/drivers/ipm/ipm_imx/sample.yaml
Gerard Marull-Paretas 93b63df762 samples, tests: convert string-based twister lists to YAML lists
Twister now supports using YAML lists for all fields that were written
as space-separated lists. Used twister_to_list.py script. Some artifacts
on string length are due to how ruamel dumps content.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-10 09:52:37 +02:00

18 lines
417 B
YAML

sample:
description: the sample reads the received data from the Messaging Unit using the
IPM and transmits it back unchanged
name: i.MX IPM sample
tests:
sample.ipm.ipm_imx:
build_only: true
filter: CONFIG_SOC_FAMILY_IMX
platform_allow:
- udoo_neo_full_m4
- colibri_imx7d_m4
- warp7_m4
integration_platforms:
- udoo_neo_full_m4
tags:
- samples
- ipm