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>
14 lines
298 B
YAML
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
|