zephyr/drivers/watchdog
Mulin Chao 1c21ca829b drivers: wdt: add watchdog driver support for NPCX7 series.
In npcx7 series, the Timer and Watchdog module (TWD) generates the
clocks and interrupts used for timing periodic functions in the system.
It also provides watchdog reset signal generation in response to a
failure detection.

The CL also includes:
    — Add npcx watchdog device tree declarations.
    — Zephyr watchdog api implementation.
    — Add Watchdog definitions for npcx7 series in
      tests/drivers/watchdog/wdt_basic_api/src/test_wdt.c for
      supporting test suites.

Signed-off-by: Mulin Chao <MLChao@nuvoton.com>
2021-01-15 11:27:10 -05:00
..
CMakeLists.txt drivers: wdt: add watchdog driver support for NPCX7 series. 2021-01-15 11:27:10 -05:00
Kconfig drivers: wdt: add watchdog driver support for NPCX7 series. 2021-01-15 11:27:10 -05: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: iwdg_stm32: Fix timeout calculation 2020-12-04 23:09:42 -05:00
Kconfig.xec
wdt_cmsdk_apb.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_esp32.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
wdt_gecko.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_handlers.c
wdt_iwdg_stm32.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -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 drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_mcux_wdog.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_mcux_wdog32.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_mcux_wwdt.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_npcx.c drivers: wdt: add watchdog driver support for NPCX7 series. 2021-01-15 11:27:10 -05:00
wdt_nrfx.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_sam0.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: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_wwdg_stm32.h