zephyr/drivers/watchdog
Julien D'Ascenzio 2a510361a3 drivers: watchdog: iwdg_stm32: fix wdg install timeout
In the function iwdg_stm32_install_timeout, the test on watchdog ready
was inverted. So, if 2 successive calls were made to this function, the
value of the prescaler or counter reload was not taken into account.

Signed-off-by: Julien D'Ascenzio <julien.dascenzio@paratronic.fr>
2022-04-08 09:59:34 -04:00
..
CMakeLists.txt
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.cc32xx
Kconfig.cmsdk_apb
Kconfig.esp32
Kconfig.gecko
Kconfig.it8xxx2 ITE drivers/watchdog: support tests/drivers/watchdog/wdt_basic_api 2022-01-18 12:14:26 -05:00
Kconfig.mcux
Kconfig.mcux_imx
Kconfig.npcx
Kconfig.nrfx soc: nrf: Use data from DTS to populate HAS_HW_NRF_* Kconfig options 2022-04-02 15:14:38 +02:00
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.stm32
Kconfig.xec
wdt_cc32xx.c
wdt_cmsdk_apb.c
wdt_counter.c drivers: watchdog: drop get_dev_data/get_dev_config usage 2022-01-19 18:16:02 +01:00
wdt_esp32.c drivers: wdt: esp32: code refactor to use hal calls 2022-02-21 19:40:17 -05:00
wdt_gecko.c drivers: remove redundant DEV_NAME helpers 2022-03-15 17:31:51 -04:00
wdt_handlers.c
wdt_ite_it8xxx2.c ITE drivers/watchdog: cleanup it8xxx2 watchdog driver 2022-01-18 12:14:26 -05:00
wdt_iwdg_stm32.c drivers: watchdog: iwdg_stm32: fix wdg install timeout 2022-04-08 09:59:34 -04:00
wdt_iwdg_stm32.h
wdt_mchp_xec.c Microchip: MEC172x: watchdog driver 2022-02-21 20:42:18 -05:00
wdt_mcux_imx_wdog.c drivers: Check and fix device const qualifier on ISR 2022-03-16 12:33:12 +01:00
wdt_mcux_wdog32.c
wdt_mcux_wdog.c
wdt_mcux_wwdt.c
wdt_npcx.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
wdt_nrfx.c drivers: watchdog: drop get_dev_data/get_dev_config usage 2022-01-19 18:16:02 +01:00
wdt_sam0.c
wdt_sam.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
wdt_sifive.c drivers: watchdog: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
wdt_wwdg_stm32.c everywhere: fix typos 2022-03-14 20:22:24 -04:00
wdt_wwdg_stm32.h