zephyr/drivers/watchdog
Christian Taedcke ebcc316e1c drivers: watchdog: mcux_wwdt: fix validating window min vs max
The comparison was inverted before so configuring a valid window
providing min and max was not possible.

Now the comparison is corrected and only done if the watchdog is used in
windowed mode.

Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
2021-03-31 14:15:27 -05:00
..
CMakeLists.txt drivers: watchdog: cc32xx: Add support 2021-02-24 08:35:27 -06:00
Kconfig drivers: watchdog: cc32xx: Add support 2021-02-24 08:35:27 -06:00
Kconfig.cc32xx drivers: watchdog: cc32xx: Add support 2021-02-24 08:35:27 -06:00
Kconfig.cmsdk_apb
Kconfig.esp32
Kconfig.gecko
Kconfig.mcux
Kconfig.mcux_imx
Kconfig.npcx drivers: wdt: add watchdog driver support for NPCX7 series. 2021-01-15 11:27:10 -05:00
Kconfig.nrfx
Kconfig.sam
Kconfig.sam0
Kconfig.sifive drivers: watchdog: implement SiFive FE310 watchdog driver 2021-01-14 21:31:05 -06:00
Kconfig.stm32 drivers/watchdog: stm32: Select watchdog using compatible 2021-02-02 08:15:51 -05:00
Kconfig.xec
wdt_cc32xx.c drivers: watchdog: cc32xx: Add support 2021-02-24 08:35:27 -06:00
wdt_cmsdk_apb.c
wdt_esp32.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
wdt_gecko.c
wdt_handlers.c
wdt_iwdg_stm32.c drivers: watchdog: iwdg_stm32: Add support for STM32H7xx SoC 2021-02-17 16:19:21 -06:00
wdt_iwdg_stm32.h
wdt_mchp_xec.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
wdt_mcux_imx_wdog.c
wdt_mcux_wdog32.c drivers: watchdog: NXP: Convert clock control to use DEVICE_DT_GET 2021-02-19 05:02:52 -06:00
wdt_mcux_wdog.c drivers: watchdog: NXP: Convert clock control to use DEVICE_DT_GET 2021-02-19 05:02:52 -06:00
wdt_mcux_wwdt.c drivers: watchdog: mcux_wwdt: fix validating window min vs max 2021-03-31 14:15:27 -05:00
wdt_npcx.c drivers: watchdog: npcx: mask the WDRST_STS when accessing T0CSR 2021-03-17 17:49:17 -04:00
wdt_nrfx.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
wdt_sam0.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
wdt_sam.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
wdt_sifive.c watchdog: sifive: Remove use of DEVICE_DT_INST_DECLARE 2021-01-15 10:55:20 -05:00
wdt_wwdg_stm32.c drivers/watchdog: wwdg_stm32: Check return value of clock_control_on 2021-03-09 09:08:40 -05:00
wdt_wwdg_stm32.h