zephyr/samples/drivers/gpio/sample.yaml
Anas Nashif bf649de0b9 samples: gpio: make sample generic and use DT
Do not limit to whitelisted boards, instead make it build/run for any
board that defines required DTS macros.

Simplified documentation and made it more generic. Remove HW setup and
made sample work with built-in LEDs and buttons.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-12-11 13:13:26 -06:00

14 lines
298 B
YAML

sample:
name: GPIO toggling
tests:
test:
tags: drivers
# The filters below are from DTS
filter: LED0_GPIO_CONTROLLER and LED0_GPIO_PIN and SW0_GPIO_PIN
harness: console
harness_config:
type: one_line
regex:
- "Toggling (.*)"
depends_on: gpio