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>
14 lines
427 B
YAML
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
|