Remove whitelisting and enable broader testing on all boards with needed features. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
234 B
YAML
10 lines
234 B
YAML
sample:
|
|
name: Blink LED (PWM based)
|
|
tests:
|
|
sample.blink_led:
|
|
# FIXME: We should remove those and just rely on depends_on
|
|
filter: DT_ALIAS_PWM_LED0_PWMS_CONTROLLER
|
|
tags: drivers pwm
|
|
depends_on: pwm
|
|
harness: led
|