zephyr/drivers/watchdog
Jiří Keresteš 3a87517c5e drivers: watchdog: mcux_wwdt: add driver for NXP LPC 55xxx WWDT
Adds shim driver for LPC 55xxx Windowed Watchdog Timer (WWDT).

Also updates the "Supported features" table in LPCXpresso55S69
board documentation page.

Fixes #22704.

Signed-off-by: Jiří Keresteš <jiri@kerestes.cz>
2020-08-04 15:13:25 -05:00
..
CMakeLists.txt drivers: watchdog: mcux_wwdt: add driver for NXP LPC 55xxx WWDT 2020-08-04 15:13:25 -05:00
Kconfig Revert "drivers: watchdog: Make WDT_DISABLE_AT_BOOT default to y" 2020-03-04 18:25:04 +02:00
Kconfig.cmsdk_apb kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
Kconfig.esp32 watchdog: Refactor how we set HAS_DTS_WDT in Kconfig 2019-11-06 13:51:20 -06:00
Kconfig.gecko drivers/watchdog: Add support for SiLabs Gecko Watchdog 2020-02-03 11:25:40 -08:00
Kconfig.mcux drivers: watchdog: mcux_wwdt: add driver for NXP LPC 55xxx WWDT 2020-08-04 15:13:25 -05:00
Kconfig.nrfx drivers: wdt_nrfx: Add multi-instance support 2019-11-08 14:54:12 +01:00
Kconfig.sam watchdog: Refactor how we set HAS_DTS_WDT in Kconfig 2019-11-06 13:51:20 -06:00
Kconfig.sam0 watchdog: Refactor how we set HAS_DTS_WDT in Kconfig 2019-11-06 13:51:20 -06:00
Kconfig.stm32 drivers: watchdog: disable iwdg at boot on stm32 2020-03-10 15:12:20 +02:00
Kconfig.xec watchdog: Refactor how we set HAS_DTS_WDT in Kconfig 2019-11-06 13:51:20 -06:00
wdt_cmsdk_apb.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_esp32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_gecko.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_handlers.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_iwdg_stm32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_iwdg_stm32.h drivers/wdt: Rename STM32 IWDG files to follow naming rules 2019-06-04 15:34:55 -04:00
wdt_mchp_xec.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_mcux_wdog32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_mcux_wdog.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_mcux_wwdt.c drivers: watchdog: mcux_wwdt: add driver for NXP LPC 55xxx WWDT 2020-08-04 15:13:25 -05:00
wdt_nrfx.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_sam0.c drivers: wdt: sam0: fix register access in feed() 2020-07-11 12:40:18 -04:00
wdt_sam.c drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
wdt_wwdg_stm32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_wwdg_stm32.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00