18 lines
560 B
YAML
18 lines
560 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
|
|
drivers.watchdog.stm32wwdg:
|
|
depends_on: watchdog
|
|
tags: drivers watchdog
|
|
filter: dt_compat_enabled("st,stm32-window-watchdog")
|
|
extra_configs:
|
|
- CONFIG_CLOCK_STM32_APB1_PRESCALER=16
|
|
drivers.watchdog.mec15xxevb_assy6853:
|
|
depends_on: watchdog
|
|
tags: drivers watchdog
|
|
build_only: true
|
|
platform_allow: mec15xxevb_assy6853
|