blob: 8742ddd36a6b701dc92b9737f52272de14e4ed94 [file] [log] [blame]
sample:
name: Watchdog Driver Sample
tests:
sample.drivers.watchdog:
tags: drivers
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- "Watchdog sample application"
- "Feeding watchdog..."
- "Waiting for reset..."
- "Watchdog sample application"
depends_on: watchdog
filter: not dt_compat_enabled("st,stm32-window-watchdog")
sample.drivers.watchdog.stm32wwdg:
tags: drivers
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- "Watchdog sample application"
- "Feeding watchdog..."
- "Waiting for reset..."
- "Watchdog sample application"
tags: drivers watchdog
filter: dt_compat_enabled("st,stm32-window-watchdog")
depends_on: watchdog
extra_configs:
- CONFIG_CLOCK_STM32_APB1_PRESCALER=16