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>
8 lines
133 B
YAML
8 lines
133 B
YAML
sample:
|
|
name: Button Sample
|
|
tests:
|
|
test:
|
|
tags: button gpio
|
|
filter: DT_GPIO_KEYS_SW0_GPIO_CONTROLLER
|
|
depends_on: gpio
|