zephyr/drivers/watchdog
Francois Ramu 3dfceded48 drivers: watchdog: disable iwdg at boot on stm32
With this patch, the specific flag IWDG_STM32_START_AT_BOOT
is replaced by the zephyr generic WDT_DISABLE_AT_BOOT.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2020-03-10 15:12:20 +02:00
..
CMakeLists.txt drivers/watchdog: Add support for SiLabs Gecko Watchdog 2020-02-03 11:25:40 -08:00
Kconfig Revert "drivers: watchdog: Make WDT_DISABLE_AT_BOOT default to y" 2020-03-04 18:25:04 +02:00
Kconfig.cmsdk_apb kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
Kconfig.esp32
Kconfig.gecko drivers/watchdog: Add support for SiLabs Gecko Watchdog 2020-02-03 11:25:40 -08:00
Kconfig.mcux
Kconfig.nrfx
Kconfig.sam
Kconfig.sam0
Kconfig.stm32 drivers: watchdog: disable iwdg at boot on stm32 2020-03-10 15:12:20 +02:00
Kconfig.xec
wdt_cmsdk_apb.c
wdt_esp32.c
wdt_gecko.c drivers/watchdog: Add support for SiLabs Gecko Watchdog 2020-02-03 11:25:40 -08:00
wdt_handlers.c
wdt_iwdg_stm32.c drivers: watchdog: disable iwdg at boot on stm32 2020-03-10 15:12:20 +02:00
wdt_iwdg_stm32.h
wdt_mchp_xec.c
wdt_mcux_wdog.c
wdt_mcux_wdog32.c
wdt_nrfx.c
wdt_sam.c
wdt_sam0.c
wdt_wwdg_stm32.c
wdt_wwdg_stm32.h