zephyr/drivers/watchdog
Marek Matej 6b57b3b786 soc: xtensa,riscv: esp32xx: refactor folder structure
Refactor the ESP32 target SOCs together with
all related boards. Most braking changes includes:

- changing the CONFIG_SOC_ESP32* to refer to
  the actual soc line (esp32,esp32s2,esp32s3,esp32c3)
- replacing CONFIG_SOC with the CONFIG_SOC_SERIES
- creating CONFIG_SOC_FAMILY_ESP32 to embrace all
  the ESP32 across all used architectures
- introducing CONFIG_SOC_PART_NUMBER_* to
  provide a SOC model config
- introducing the 'common' folder to hide all
  commonly used configs and files.
- updating west.yml to reflect previous changes in hal

Signed-off-by: Marek Matej <marek.matej@espressif.com>
2023-07-25 18:12:33 +02:00
..
CMakeLists.txt drivers: watchdog: npm1300: Added watchdog driver 2023-07-12 14:36:56 +02:00
Kconfig drivers: watchdog: npm1300: Added watchdog driver 2023-07-12 14:36:56 +02:00
Kconfig.andes_atcwdt200 drivers: watchdog: Add Andestech ATCWDT200 driver. 2023-06-29 10:13:05 +00: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.ifx_cat1 drivers: watchdog: Driver for Infineon watchdog 2023-05-24 19:42:50 -04:00
Kconfig.intel_adsp drivers: wdt: Add wdt_intel_adsp driver 2023-03-29 09:45:49 -04:00
Kconfig.it8xxx2
Kconfig.mcux
Kconfig.mcux_imx
Kconfig.npcx
Kconfig.npm1300 drivers: watchdog: npm1300: Added watchdog driver 2023-07-12 14:36:56 +02:00
Kconfig.npm6001 drivers: watchdog: npm6001: select MFD and adjust init priority 2023-05-24 19:39:55 -04:00
Kconfig.nrfx
Kconfig.nxp_s32
Kconfig.opentitan drivers: watchdog: Add the OpenTitan watchdog driver 2023-05-26 09:45:25 -04:00
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
Kconfig.xlnx drivers: watchdog: add Xilinx AXI Timebase WDT driver 2023-05-19 16:14:24 +02:00
wdt_andes_atcwdt200.c drivers: watchdog: Add Andestech ATCWDT200 driver. 2023-06-29 10:13:05 +00:00
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 arch: arm: core: aarch32: rename z_NmiHandlerSet 2023-04-12 08:59:36 +02:00
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 soc: xtensa,riscv: esp32xx: refactor folder structure 2023-07-25 18:12:33 +02:00
wdt_fwdgt_gd32.c
wdt_gecko.c drivers: watchdog: gecko: enable watchdog clock 2023-04-05 12:48:24 +00:00
wdt_handlers.c
wdt_ifx_cat1.c drivers: watchdog: Driver for Infineon watchdog 2023-05-24 19:42:50 -04:00
wdt_intel_adsp.c wdt: wdt_intel_adsp: Remove unused variable 2023-03-30 11:29:33 -04:00
wdt_intel_adsp.h drivers: wdt: Add wdt_intel_adsp driver 2023-03-29 09:45:49 -04:00
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 drivers: watchdog: stm32 iwdt enable and update during setup 2023-01-30 15:05:39 +00:00
wdt_mchp_xec.c
wdt_mcux_imx_wdog.c
wdt_mcux_wdog32.c
wdt_mcux_wdog.c
wdt_mcux_wwdt.c
wdt_npcx.c driver: wdt: npcx: add WDT_OPT_PAUSE_HALTED_BY_DBG support. 2023-07-07 09:19:50 +02:00
wdt_npm1300.c drivers: watchdog: npm1300: Added watchdog driver 2023-07-12 14:36:56 +02:00
wdt_npm6001.c
wdt_nrfx.c drivers: wdt_nrfx: Clean up driver instantiation 2023-07-25 13:41:51 +02:00
wdt_nxp_s32.c
wdt_opentitan.c drivers: watchdog: Add the OpenTitan watchdog driver 2023-05-26 09:45:25 -04:00
wdt_rpi_pico.c drivers: watchdog: Fix RP2040 watchdog load time 2023-01-24 19:01:34 -08:00
wdt_sam0.c
wdt_sam.c
wdt_sifive.c
wdt_smartbond.c arch: arm: core: aarch32: rename z_NmiHandlerSet 2023-04-12 08:59:36 +02:00
wdt_tco.c drivers: wdt_tco: Change init level from PRE_KERNEL_1 to POST_KERNEL 2023-04-20 11:15:12 -04:00
wdt_ti_tps382x.c drivers: watchdog: Add TI TPS382x driver 2023-03-21 09:35:58 +01:00
wdt_wwdg_stm32.c treewide: Update clock control API usage 2023-04-05 10:55:46 +02:00
wdt_wwdg_stm32.h
wdt_wwdgt_gd32.c treewide: Update clock control API usage 2023-04-05 10:55:46 +02:00
wdt_xilinx_axi.c drivers: watchdog: add Xilinx AXI Timebase WDT driver 2023-05-19 16:14:24 +02:00