convert sample and test yaml filters that utilize a DT_ define to instead use a dt_ function. The intent is to remove the Kconfig generated DT defines and just make directy queries into the device tree. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
9 lines
178 B
YAML
9 lines
178 B
YAML
sample:
|
|
name: Button Sample
|
|
tests:
|
|
sample.button:
|
|
tags: button gpio
|
|
filter: dt_compat_enabled_with_alias("gpio-keys", "sw0")
|
|
depends_on: gpio
|
|
harness: button
|