Update the filters that are extracting info from DT to use a define that has a DT_ prefix so its clear that its coming from DT_. Also this lets us remove any non-DT prefixed defines in the conf db. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
7 lines
147 B
YAML
7 lines
147 B
YAML
sample:
|
|
name: Disco Lights
|
|
tests:
|
|
test:
|
|
filter: DT_GPIO_LEDS_LED0_GPIO_CONTROLLER and DT_GPIO_LEDS_LED1_GPIO_CONTROLLER
|
|
tags: LED gpio
|