zephyr/drivers/watchdog
Erwan Gouriou 8ce7921451 drivers/watchdog: stm32: Disable IWDG_STM32_START_AT_BOOT by default
STM32 specific behavior "IWDG_STM32_START_AT_BOOT" is enabled
by default. As all vendor specific behavior, this is preferred
to be disabled by default and activated at application level,
so application can have better control of the driver.
For instance watchdog test can't run with this setting.
Disable by default.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2019-02-01 19:16:59 -05:00
..
CMakeLists.txt
iwdg_stm32.c drivers/watchdog: stm32: move driver to dts based configuration 2019-02-01 19:16:59 -05:00
iwdg_stm32.h
Kconfig
Kconfig.cmsdk_apb
Kconfig.esp32
Kconfig.mcux_wdog
Kconfig.nrfx
Kconfig.qmsi
Kconfig.sam
Kconfig.sam0
Kconfig.stm32 drivers/watchdog: stm32: Disable IWDG_STM32_START_AT_BOOT by default 2019-02-01 19:16:59 -05:00
wdog_cmsdk_apb.c
wdt_esp32.c
wdt_mcux_wdog.c
wdt_nrfx.c
wdt_qmsi.c
wdt_sam.c
wdt_sam0.c