b835b02136
- Add integration_platforms to avoid excessive filtering - Make sure integration platforms are actually part of the filter - Fix some tags and test meta data Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
241 B
YAML
13 lines
241 B
YAML
sample:
|
|
name: Servo Motor using PWM
|
|
tests:
|
|
sample.basic.servo_motor:
|
|
tags:
|
|
- drivers
|
|
- pwm
|
|
depends_on: pwm
|
|
harness: motor
|
|
filter: dt_compat_enabled("pwm-servo")
|
|
integration_platforms:
|
|
- bbc_microbit
|