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>
17 lines
308 B
YAML
17 lines
308 B
YAML
sample:
|
|
name: Modbus RTU Client Sample
|
|
tests:
|
|
sample.modbus.rtu_client:
|
|
build_only: true
|
|
platform_allow:
|
|
- nrf52840dk_nrf52840
|
|
- frdm_k64f
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
tags:
|
|
- uart
|
|
- modbus
|
|
depends_on:
|
|
- gpio
|
|
- arduino_serial
|