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>
10 lines
244 B
YAML
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
|