2017-04-05 11:11:22 +08:00
|
|
|
sample:
|
2017-12-10 07:59:24 +08:00
|
|
|
name: Watchdog Driver Sample
|
2022-07-20 20:07:57 +08:00
|
|
|
common:
|
|
|
|
tags: drivers watchdog
|
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
type: multi_line
|
|
|
|
ordered: true
|
|
|
|
regex:
|
|
|
|
- "Watchdog sample application"
|
|
|
|
- "Feeding watchdog..."
|
|
|
|
- "Waiting for reset..."
|
|
|
|
- "Watchdog sample application"
|
|
|
|
depends_on: watchdog
|
2017-04-05 11:11:22 +08:00
|
|
|
tests:
|
2019-12-02 01:29:43 +08:00
|
|
|
sample.drivers.watchdog:
|
2022-07-20 20:07:57 +08:00
|
|
|
filter: not CONFIG_SOC_FAMILY_STM32
|
|
|
|
sample.drivers.watchdog.stm32_wwdg:
|
|
|
|
extra_args: DTC_OVERLAY_FILE=boards/stm32_wwdg.overlay
|
2021-01-27 19:14:53 +08:00
|
|
|
filter: dt_compat_enabled("st,stm32-window-watchdog")
|
2022-07-20 20:07:57 +08:00
|
|
|
platform_allow: b_u585i_iot02a nucleo_f091rc nucleo_f103rb nucleo_f207zg nucleo_f429zi
|
|
|
|
nucleo_f746zg nucleo_g071rb nucleo_g474re nucleo_h743zi nucleo_l073rz nucleo_l152re
|
|
|
|
nucleo_wb55rg nucleo_wl55jc stm32f3_disco stm32l562e_dk disco_l475_iot1
|
|
|
|
sample.drivers.watchdog.stm32_iwdg:
|
|
|
|
extra_args: DTC_OVERLAY_FILE=boards/stm32_iwdg.overlay
|
|
|
|
filter: dt_compat_enabled("st,stm32-watchdog")
|
|
|
|
platform_allow: b_u585i_iot02a nucleo_f091rc nucleo_f103rb nucleo_f207zg nucleo_f429zi
|
|
|
|
nucleo_f746zg nucleo_g071rb nucleo_g474re nucleo_h743zi nucleo_l073rz nucleo_l152re
|
|
|
|
nucleo_wb55rg nucleo_wl55jc stm32f3_disco stm32l562e_dk disco_l475_iot1
|