zephyr/samples/drivers/led_ws2812/sample.yaml
Alexandre Bourdiol 2b54f0fcf4 samples: drivers: led_ws2812: add fixture to sample.yaml
This sample should be executed only when connecting external
hardware (Led strip). Thus it is necessary to add fixture to avoid
execution when no hardware is connected.

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
2022-07-06 11:19:13 +02:00

10 lines
244 B
YAML

sample:
description: Demonstration of the WS2812 LED driver
name: WS2812 sample
tests:
sample.drivers.led.ws2812:
tags: LED
filter: dt_compat_enabled("worldsemi,ws2812-spi")
harness_config:
fixture: fixture_led_ws2812