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>
9 lines
175 B
YAML
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")
|