zephyr/samples/sensor/sht3xd/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

24 lines
454 B
YAML

#
# Copyright (c) 2018 Peter Bigot Consulting, LLC
#
# SPDX-License-Identifier: Apache-2.0
#
sample:
name: SHT3XD Sensor Sample
common:
platform_allow:
- efr32mg_sltb004a
- frdm_k64f
- nrf51_ble400
- nrf52840dk_nrf52840
- nucleo_l476rg
integration_platforms:
- nrf52840dk_nrf52840
tags: sensors
build_only: true
tests:
sample.sensor.sht3xd: {}
sample.sensor.sht3xd.trigger:
extra_args: CONF_FILE="trigger.conf"