It is safe to assume that if X_GPIO_CONTROLLER is defined (hence generated) X_GPIO_PIN should also be defined. If this is not the case, this is an issue and letting the sample build will reveal the issue. Update the yaml filter to rely only on _GPIO_CONTROLLER #define's Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
8 lines
158 B
YAML
8 lines
158 B
YAML
sample:
|
|
name: Disco Lights
|
|
tests:
|
|
test:
|
|
# The filters below are from DTS
|
|
filter: LED0_GPIO_CONTROLLER and LED1_GPIO_CONTROLLER
|
|
tags: LED gpio
|