zephyr/samples/subsys/shell/devmem_load/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
386 B
YAML

sample:
name: devmem_load
description: devmem load sample
common:
harness: keyboard
tags:
- devmem
- devmem_load
tests:
sample.devmem_load.polled:
integration_platforms:
- native_posix
extra_args: OVERLAY_CONFIG="prj_poll.conf"
sample.devmem_load.uart.interrupt:
integration_platforms:
- frdm_k64f
filter: CONFIG_SERIAL_SUPPORT_INTERRUPT