22 lines
785 B
YAML
22 lines
785 B
YAML
tests:
|
|
drivers.watchdog:
|
|
depends_on: watchdog
|
|
tags: drivers watchdog
|
|
filter: not (CONFIG_WDT_SAM or dt_compat_enabled("st,stm32-window-watchdog"))
|
|
platform_exclude: mec15xxevb_assy6853 mimxrt685_evk_cm33
|
|
drivers.watchdog.stm32wwdg:
|
|
depends_on: watchdog
|
|
tags: drivers watchdog
|
|
filter: dt_compat_enabled("st,stm32-window-watchdog")
|
|
drivers.watchdog.mec15xxevb_assy6853:
|
|
depends_on: watchdog
|
|
tags: drivers watchdog
|
|
build_only: true
|
|
platform_allow: mec15xxevb_assy6853
|
|
drivers.watchdog.counter_watchdog:
|
|
depends_on: watchdog
|
|
tags: drivers watchdog
|
|
platform_allow: nrf52840dk_nrf52840
|
|
extra_args: OVERLAY_CONFIG="boards/nrf52840dk_nrf52840_counter.conf"
|
|
DTC_OVERLAY_FILE="boards/nrf52840dk_nrf52840_counter.overlay"
|