zephyr/drivers/watchdog
Jeppe Odgaard 4d57f64193 drivers: watchdog: Add TI TPS382x driver
Add support for the TI TPS382x series. The IC has an input pin which
should be toggled by the processor and a output pin which should be
connected to the RESET input of the processor. The timeout is not
configurable.

This device can be used by devices which does not have any internal
hardware watchdog device.

Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
2023-03-21 09:35:58 +01:00
..
CMakeLists.txt drivers: watchdog: Add TI TPS382x driver 2023-03-21 09:35:58 +01:00
Kconfig drivers: watchdog: Add TI TPS382x driver 2023-03-21 09:35:58 +01:00
Kconfig.cc13xx_cc26xx drivers: ti: cc13xx/cc26xx: implement watchdog timer 2023-01-31 16:08:00 -05:00
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.ti_tps382x drivers: watchdog: Add TI TPS382x driver 2023-03-21 09:35:58 +01:00
Kconfig.xec
wdt_cc13xx_cc26xx.c drivers: ti: cc13xx/cc26xx: implement watchdog timer 2023-01-31 16:08:00 -05:00
wdt_cc32xx.c
wdt_cmsdk_apb.c
wdt_counter.c
wdt_dw.c watchdog: dw: Fixed interrupt configuration 2023-02-20 06:53:06 -05: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_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