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>
18 lines
417 B
YAML
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
|