a1aabbb08a
iwdg_stm32_install_timeout expects a timeout passed in milli seconds. As the timeout is defined in micro seconds in Kconfig.stm32, we need to divide by USEC_PER_MSEC when CONFIG_IWDG_START_AT_BOOT is activated because iwdg_stm32_install_timeout makes the multiplication by USEC_PER_MSEC. Fixes #18695 Signed-off-by: Philémon Jaermann <p.jaermann@gmail.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.cmsdk_apb | ||
Kconfig.esp32 | ||
Kconfig.mcux | ||
Kconfig.nrfx | ||
Kconfig.qmsi | ||
Kconfig.sam | ||
Kconfig.sam0 | ||
Kconfig.stm32 | ||
Kconfig.xec | ||
wdt_cmsdk_apb.c | ||
wdt_esp32.c | ||
wdt_iwdg_stm32.c | ||
wdt_iwdg_stm32.h | ||
wdt_mchp_xec.c | ||
wdt_mcux_wdog.c | ||
wdt_mcux_wdog32.c | ||
wdt_nrfx.c | ||
wdt_qmsi.c | ||
wdt_sam.c | ||
wdt_sam0.c | ||
wdt_wwdg_stm32.c | ||
wdt_wwdg_stm32.h |