zephyr/drivers/watchdog
Jun Lin c864024c32 driver: watchdog: npcx: support longer watchdog timeout
In the current driver, the longest time of the watchdog timeout is ~8
seconds because the pre-scalar is fixed at 32 (WDCP=5). This commit
removes this limitation by dynamically calculating the pre-scalar
according to the watchdog timeout setting from the API.

Signed-off-by: Jun Lin <CHLin56@nuvoton.com>
Signed-off-by: Tom Chang <CHChang19@nuvoton.com>
2024-05-21 11:15:04 +01:00
..
CMakeLists.txt drivers: watchdog: initial device driver for ENE KB1200 2024-03-15 09:39:48 +00:00
Kconfig drivers: watchdog: initial device driver for ENE KB1200 2024-03-15 09:39:48 +00:00
Kconfig.ambiq drivers: watchdog: Add Ambiq wdt driver 2023-08-16 13:03:33 +02:00
Kconfig.andes_atcwdt200
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cmsdk_apb
Kconfig.dw
Kconfig.ene drivers: watchdog: initial device driver for ENE KB1200 2024-03-15 09:39:48 +00:00
Kconfig.esp32
Kconfig.gd32
Kconfig.gecko
Kconfig.ifx_cat1
Kconfig.intel_adsp
Kconfig.it8xxx2
Kconfig.mcux drivers: wdt_mcux_wwdt: Fix warning callback 2023-09-13 09:16:33 +02:00
Kconfig.mcux_imx drivers: watchdog: wdt_mcux_imx_wdog: add pinctrl support 2023-08-31 20:19:33 +02:00
Kconfig.npcx driver: watchdog: npcx: support longer watchdog timeout 2024-05-21 11:15:04 +01:00
Kconfig.npm1300 drivers: mfd: gpio: adjust init priority 2023-10-26 09:50:31 +02:00
Kconfig.npm6001 drivers: mfd: gpio: adjust init priority 2023-10-26 09:50:31 +02:00
Kconfig.nrfx drivers: wdt: nrf: Add WDT instances that exist in nrf54h20 2024-05-09 15:44:40 +02:00
Kconfig.numaker drivers: watchdog: support Nuvoton numaker WWDT 2024-03-03 18:58:46 +01:00
Kconfig.nxp_fs26
Kconfig.nxp_s32 drivers: select nocache only when supported 2023-09-26 15:09:51 +02:00
Kconfig.opentitan
Kconfig.rpi_pico
Kconfig.sam
Kconfig.sam0
Kconfig.shell shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
Kconfig.sifive
Kconfig.smartbond
Kconfig.stm32
Kconfig.tco
Kconfig.ti_tps382x
Kconfig.xec
Kconfig.xlnx
Kconfig.xmc4xxx drivers: watchdog: Add xmc4xxx support 2023-10-27 12:58:07 -05:00
wdt_ambiq.c drivers: watchdog: Add support for Apollo3 SoCs watchdog 2024-05-20 20:50:26 -04:00
wdt_andes_atcwdt200.c drivers: watchdog: andes atcwdt200 remove soc.h 2024-01-26 12:36:16 +01:00
wdt_cc13xx_cc26xx.c
wdt_cc32xx.c
wdt_cmsdk_apb.c include: arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00
wdt_counter.c drivers: watchdog: fix wdt_counter_setup option checking condition 2024-03-15 13:06:51 +01:00
wdt_dw.c drivers: watchdog: wdt_dw: resetting CPU or SoC is not configurable 2023-11-27 20:00:29 +01:00
wdt_dw.h
wdt_dw_common.c drivers: watchdog: wdt_dw: add watchdog disable at boot and pause by debug 2023-11-27 20:00:29 +01:00
wdt_dw_common.h
wdt_ene_kb1200.c driver: watchdog: prevent floating point usage 2024-04-03 21:12:17 +01:00
wdt_esp32.c
wdt_fwdgt_gd32.c
wdt_gecko.c
wdt_handlers.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
wdt_ifx_cat1.c driver: watchdog: wdt_ifx_cat1: masking added 2023-08-16 20:42:45 +02:00
wdt_intel_adsp.c watchdog: intel_adsp: fix num cpus 2023-11-29 11:42:15 -05:00
wdt_intel_adsp.h
wdt_ite_it8xxx2.c
wdt_iwdg_stm32.c drivers: watchdog stm32 independent wdg when enable at boot 2024-04-30 14:31:43 -04:00
wdt_iwdg_stm32.h
wdt_mchp_xec.c
wdt_mcux_imx_wdog.c drivers: watchdog: wdt_mcux_imx_wdog: add pinctrl support 2023-08-31 20:19:33 +02:00
wdt_mcux_wdog.c
wdt_mcux_wdog32.c
wdt_mcux_wwdt.c dts: arm: nxp: nxp_mcxn94x: Added watchdog node 2024-04-04 23:58:01 +03:00
wdt_npcx.c driver: watchdog: npcx: support longer watchdog timeout 2024-05-21 11:15:04 +01:00
wdt_npm1300.c
wdt_npm6001.c
wdt_nrfx.c drivers: watchdog: wdt_nrfx.c: Unistall timeouts in wdt_disable() 2024-05-15 15:34:38 +01:00
wdt_nxp_fs26.c treewide: Replace all uses of CONCAT with _CONCAT 2023-11-07 11:55:51 +01:00
wdt_nxp_fs26.h
wdt_nxp_s32.c watchdog: nxp_s32: use instance-based DT macros 2023-11-09 10:20:27 +00:00
wdt_opentitan.c
wdt_rpi_pico.c drivers: watchdog: Changed how to get xtal frequency for Raspberry Pi Pico 2023-12-20 11:14:24 +01:00
wdt_sam.c
wdt_sam0.c
wdt_shell.c drivers: watchdog_shell: fix compiler error 2023-08-22 10:49:05 +01:00
wdt_sifive.c
wdt_smartbond.c include: arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00
wdt_tco.c drivers: wdt_tco: Use DT_DRV_COMPAT interface 2023-09-25 16:41:42 +02:00
wdt_ti_tps382x.c
wdt_wwdg_stm32.c
wdt_wwdg_stm32.h
wdt_wwdgt_gd32.c
wdt_wwdt_numaker.c drivers: watchdog: support Nuvoton numaker WWDT 2024-03-03 18:58:46 +01:00
wdt_xilinx_axi.c
wdt_xmc4xxx.c drivers: watchdog: Add xmc4xxx support 2023-10-27 12:58:07 -05:00