This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
8b191103d7
zephyr
/
drivers
/
watchdog
History
cyliang tw
7cb3f47ae9
drivers: watchdog: support Nuvoton numaker WWDT
...
Add Nuvoton numaker series window watchdog feature. Signed-off-by: cyliang tw <cyliang@nuvoton.com>
2024-03-03 18:58:46 +01:00
..
CMakeLists.txt
drivers: watchdog: support Nuvoton numaker WWDT
2024-03-03 18:58:46 +01:00
Kconfig
drivers: watchdog: support Nuvoton numaker WWDT
2024-03-03 18:58:46 +01:00
Kconfig.ambiq
…
Kconfig.andes_atcwdt200
…
Kconfig.cc13xx_cc26xx
…
Kconfig.cc32xx
…
Kconfig.cmsdk_apb
…
Kconfig.dw
…
Kconfig.esp32
…
Kconfig.gd32
…
Kconfig.gecko
…
Kconfig.ifx_cat1
…
Kconfig.intel_adsp
…
Kconfig.it8xxx2
…
Kconfig.mcux
…
Kconfig.mcux_imx
…
Kconfig.npcx
…
Kconfig.npm1300
…
Kconfig.npm6001
…
Kconfig.nrfx
drivers: watchdog: wdt_nrfx: Add support for new instances
2023-11-29 13:12:42 +01:00
Kconfig.numaker
drivers: watchdog: support Nuvoton numaker WWDT
2024-03-03 18:58:46 +01:00
Kconfig.nxp_fs26
…
Kconfig.nxp_s32
…
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
…
wdt_ambiq.c
…
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
…
wdt_counter.c
…
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_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
…
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
…
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_npm1300.c
…
wdt_npm6001.c
…
wdt_nrfx.c
modules: hal_nordic: nrfx: update API version to 3.2.0
2024-01-08 11:19:37 +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
…
wdt_sifive.c
…
wdt_smartbond.c
…
wdt_tco.c
…
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
…