mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 23:31:56 +00:00
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>
10 lines
234 B
YAML
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
|