mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 21:55:50 +00:00
Remove the board directory as well as references in tests and samples. Signed-off-by: Charles E. Youse <charles.youse@intel.com>
12 lines
328 B
YAML
12 lines
328 B
YAML
sample:
|
|
name: Fade LED
|
|
tests:
|
|
sample.fade_led:
|
|
# FIXME: We should remove those and just rely on depends_on
|
|
platform_whitelist: arduino_101
|
|
nucleo_f103rb nucleo_f401re nucleo_l476rg nucleo_l496zg hexiwear_k64
|
|
nrf51_pca10028 nrf52840_pca10056
|
|
tags: drivers pwm
|
|
depends_on: pwm
|
|
harness: led
|