zephyr/samples/basic/blinky_pwm/sample.yaml
Martí Bolívar bfb1040612 samples: rename blink_led to blinky_pwm
The difference between "blinky" and "blink_led" is not clear.
This rename makes it more obvious that "blinky_pwm", well,
blinks an LED using PWM.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2020-05-13 19:51:01 +02:00

10 lines
234 B
YAML

sample:
name: Blink LED (PWM based)
tests:
sample.basic.blink_led:
# FIXME: We should remove those and just rely on depends_on
filter: dt_alias_exists("pwm-led0")
tags: drivers pwm
depends_on: pwm
harness: led