mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 12:11:56 +00:00
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>
14 lines
287 B
YAML
14 lines
287 B
YAML
sample:
|
|
name: GPIO toggling
|
|
tests:
|
|
test:
|
|
tags: drivers
|
|
# The filters below are from DTS
|
|
filter: LED0_GPIO_CONTROLLER and SW0_GPIO_CONTROLLER
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Toggling (.*)"
|
|
depends_on: gpio
|