mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-17 14:42:58 +00:00
Still need a better way to filter and a better way to support multiple platforms with these tests, but for now we remove the build_only tag and make it depend on real HW. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
261 B
YAML
10 lines
261 B
YAML
sample:
|
|
name: Fade LED
|
|
tests:
|
|
test:
|
|
# FIXME: We should remove those and just rely on depends_on
|
|
platform_whitelist: arduino_101 quark_d2000_crb
|
|
nucleo_f103rb nucleo_f401re nucleo_l476rg hexiwear_k64
|
|
tags: drivers pwm
|
|
depends_on: pwm
|