With over a dozen LED samples, grouping them in a common drivers/led/ folder helps keep things tidy and lays the groundwork for further improvements in the way samples are showing up in the docs. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
12 lines
279 B
YAML
12 lines
279 B
YAML
sample:
|
|
description: Demonstration of the LED strip driver
|
|
name: LED strip sample
|
|
tests:
|
|
sample.drivers.led_strip:
|
|
tags: LED
|
|
filter: dt_alias_exists("led-strip")
|
|
harness_config:
|
|
fixture: fixture_led_strip
|
|
integration_platforms:
|
|
- mimxrt1050_evk
|