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>
10 lines
245 B
YAML
10 lines
245 B
YAML
sample:
|
|
name: RGB LED
|
|
tests:
|
|
test:
|
|
filter: DT_PWM_LEDS_RED_PWM_LED_PWM_CONTROLLER and
|
|
DT_PWM_LEDS_GREEN_PWM_LED_PWM_CONTROLLER and
|
|
DT_PWM_LEDS_BLUE_PWM_LED_PWM_CONTROLLER
|
|
tags: drivers pwm
|
|
depends_on: pwm
|