zephyr/drivers/watchdog
Adrian Warecki 1d964d8fba wdt: dw: Extraction of common functions from the wdt_dw driver
Functions that can be used by other wdt_dw based drivers have been moved to
wdt_dw_common.

Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
2023-03-29 09:45:49 -04:00
..
CMakeLists.txt wdt: dw: Extraction of common functions from the wdt_dw driver 2023-03-29 09:45:49 -04:00
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cmsdk_apb
Kconfig.dw drivers: watchdog: Add a new driver for Synopsys DesignWare watchdog 2023-02-19 20:42:52 -05:00
Kconfig.esp32
Kconfig.gd32
Kconfig.gecko
Kconfig.it8xxx2
Kconfig.mcux
Kconfig.mcux_imx
Kconfig.npcx
Kconfig.npm6001
Kconfig.nrfx
Kconfig.nxp_s32
Kconfig.rpi_pico
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.smartbond drivers: watchdog: implement Smartbond watchdog driver 2023-03-03 11:02:37 +01:00
Kconfig.stm32
Kconfig.tco drivers: watchdog: Add Intel TCO Watchdog driver 2023-03-22 11:38:59 +01:00
Kconfig.ti_tps382x drivers: watchdog: Add TI TPS382x driver 2023-03-21 09:35:58 +01:00
Kconfig.xec
wdt_cc13xx_cc26xx.c
wdt_cc32xx.c
wdt_cmsdk_apb.c
wdt_counter.c
wdt_dw_common.c wdt: dw: Extraction of common functions from the wdt_dw driver 2023-03-29 09:45:49 -04:00
wdt_dw_common.h wdt: dw: Extraction of common functions from the wdt_dw driver 2023-03-29 09:45:49 -04:00
wdt_dw.c wdt: dw: Extraction of common functions from the wdt_dw driver 2023-03-29 09:45:49 -04:00
wdt_dw.h drivers: watchdog: Add a new driver for Synopsys DesignWare watchdog 2023-02-19 20:42:52 -05:00
wdt_esp32.c
wdt_fwdgt_gd32.c
wdt_gecko.c
wdt_handlers.c
wdt_ite_it8xxx2.c
wdt_iwdg_stm32.c drivers: watchdog: add watchdog support on STM32C0-series 2023-03-20 10:19:29 +00:00
wdt_iwdg_stm32.h
wdt_mchp_xec.c
wdt_mcux_imx_wdog.c
wdt_mcux_wdog.c
wdt_mcux_wdog32.c
wdt_mcux_wwdt.c
wdt_npcx.c
wdt_npm6001.c
wdt_nrfx.c
wdt_nxp_s32.c
wdt_rpi_pico.c
wdt_sam.c
wdt_sam0.c
wdt_sifive.c
wdt_smartbond.c drivers: watchdog: implement Smartbond watchdog driver 2023-03-03 11:02:37 +01:00
wdt_tco.c drivers: watchdog: Add Intel TCO Watchdog driver 2023-03-22 11:38:59 +01:00
wdt_ti_tps382x.c drivers: watchdog: Add TI TPS382x driver 2023-03-21 09:35:58 +01:00
wdt_wwdg_stm32.c drivers: watchdog: add watchdog support on STM32C0-series 2023-03-20 10:19:29 +00:00
wdt_wwdg_stm32.h
wdt_wwdgt_gd32.c