zephyr/samples/drivers/led/lp50xx/sample.yaml
Benjamin Cabé 55d9d1c6ba samples: led: consolidate LED samples under same directory
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>
2024-09-05 09:49:52 +02:00

14 lines
427 B
YAML

sample:
description: Demonstration of the LP50xx LED driver
name: LP50xx sample
tests:
sample.drivers.led.lp50xx:
filter: dt_compat_enabled("ti,lp5009") or
dt_compat_enabled("ti,lp5012") or
dt_compat_enabled("ti,lp5018") or
dt_compat_enabled("ti,lp5024") or
dt_compat_enabled("ti,lp5030") or
dt_compat_enabled("ti,lp5036")
tags: LED
depends_on: i2c