zephyr/samples/basic/servo_motor/sample.yaml
Martí Bolívar e959386bd2 samples: servo_motor: cleanups and changes
Align the sample with changes made to other basic samples.

Move away from 'pwm-0' as a devicetree alias, requiring applications
to define a 'pwm-servo' alias. We are getting rid of the aliases that
just bounce through to node labels as soon as we can, might as well
get the applications ready now.

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

9 lines
175 B
YAML

sample:
name: Servo Motor using PWM
tests:
sample.basic.servo_motor:
tags: drivers pwm
depends_on: pwm
harness: motor
filter: dt_alias_exists("pwm-servo")