esp-idf/components/soc/esp32c2/include/soc
Omar Chebib 53c7dd4efc WDT: implement interrupt wdt and task wdt for ESP32-C2
ESP32-C2 has a single group timer, thus it will use it for the interrupt watchdog,
which is more critical than the task watchdog. The latter is implement in
software thanks to the `esp_timer`component.
2022-09-15 14:37:59 +08:00
..
adc_channel.h esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
apb_saradc_reg.h esp32c2: Add support for RNG 2022-06-02 11:36:23 +08:00
apb_saradc_struct.h temperature_sensor: Add temperature sensor support for ESP32-C2 2022-06-23 15:36:43 +08:00
assist_debug_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
bb_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
boot_mode.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
clk_tree_defs.h I2C: Fullfill the I2C clock tree, and support 26M XTAL on ESP32-C2 2022-07-19 11:41:42 +08:00
clkout_channel.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
dport_access.h dport: Move DPORT workaround to G0 2022-05-31 13:44:18 +08:00
dport_reg.h dport: Move DPORT workaround to G0 2022-05-31 13:44:18 +08:00
ecc_mult_reg.h esp32c2/hal: Added ECC HAL layer 2022-03-08 14:05:23 +00:00
efuse_reg.h soc: Adds efuse hal 2022-02-24 22:20:09 +08:00
efuse_struct.h efuse: Adds major and minor versions and others 2022-07-05 14:38:27 +08:00
ext_mem_defs.h ext_mem: make memory region check strict 2022-06-28 14:17:44 +08:00
extmem_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
fe_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
gdma_channel.h esp32c2: remove AES related configs, hardware AES not supported on this chip 2022-03-22 02:06:30 +00:00
gdma_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
gdma_struct.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
gpio_pins.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
gpio_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
gpio_sig_map.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
gpio_struct.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
hwcrypto_reg.h hal(ecp32c2): Adds spi_flash_encrypted_ll 2022-05-31 11:12:21 +00:00
i2c_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
i2c_struct.h i2c: support esp32h2 2022-02-23 15:19:37 +08:00
interrupt_core0_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
interrupt_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
io_mux_reg.h esp32c6: clean up existing soc files and header file inclusion in IDF to be compatible with the new chip 2022-09-01 12:28:06 +08:00
Kconfig.soc_caps.in spi_master:fix error when use spi_bus_add_device more than 3 device 2022-09-05 12:10:22 +08:00
ledc_reg.h ledc: Provide support for esp32c2 and esp32h2 2022-04-14 08:15:14 +00:00
ledc_struct.h ledc: Provide support for esp32c2 and esp32h2 2022-04-14 08:15:14 +00:00
mmu.h soc: remove unused MMU related macros 2022-05-20 16:46:28 +08:00
modem_clkrst_reg.h Fix soc caps for BT 2022-06-03 21:45:40 +08:00
nrx_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
periph_defs.h temperature_sensor: Add temperature sensor support for ESP32-C2 2022-06-23 15:36:43 +08:00
reg_base.h Fix soc caps for BT 2022-06-03 21:45:40 +08:00
regi2c_bbpll.h Refactor: move regi2c_*.h header files from esp_hw_support to soc component 2022-06-30 09:40:44 +00:00
regi2c_bias.h Refactor: move regi2c_*.h header files from esp_hw_support to soc component 2022-06-30 09:40:44 +00:00
regi2c_brownout.h G0: RISC-V targets have now an independent G0 layer 2022-06-14 15:00:53 +08:00
regi2c_defs.h 1.add ldo parameters in efuse table; 2.set ldo dbias based on pvt-efuse; 3.add pll cali stop function; 4. add efuse_ocode 2022-08-05 14:24:51 +08:00
regi2c_dig_reg.h Refactor: move regi2c_*.h header files from esp_hw_support to soc component 2022-06-30 09:40:44 +00:00
regi2c_lp_bias.h Refactor: move regi2c_*.h header files from esp_hw_support to soc component 2022-06-30 09:40:44 +00:00
regi2c_saradc.h G0: RISC-V targets have now an independent G0 layer 2022-06-14 15:00:53 +08:00
reset_reasons.h esp_system: support esp32c2 reset reason 2022-02-15 13:50:22 +08:00
rtc_cntl_reg.h clk_tree: prework of introducing clk subsystem control 2022-04-11 12:09:06 +08:00
rtc_cntl_struct.h soc: fix register header files not self-contain 2022-07-29 11:18:06 +08:00
rtc.h Merge branch 'bugfix/fix_c2_rtc_ldo_too_low_bug' into 'master' 2022-08-15 17:34:36 +08:00
sensitive_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
sensitive_struct.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
soc_caps.h spi_master:fix error when use spi_bus_add_device more than 3 device 2022-09-05 12:10:22 +08:00
soc_pins.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
soc.h WDT: implement interrupt wdt and task wdt for ESP32-C2 2022-09-15 14:37:59 +08:00
spi_mem_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
spi_mem_struct.h soc: fix register header files not self-contain 2022-07-29 11:18:06 +08:00
spi_pins.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
spi_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
spi_struct.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
syscon_reg.h Fix soc caps for BT 2022-06-03 21:45:40 +08:00
syscon_struct.h soc: fix register header files not self-contain 2022-07-29 11:18:06 +08:00
system_reg.h esp32c6: clean up existing soc files and header file inclusion in IDF to be compatible with the new chip 2022-09-01 12:28:06 +08:00
system_struct.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
systimer_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
systimer_struct.h systimer: refactor hal to accomodate more xtal choices 2022-07-25 16:08:52 +08:00
timer_group_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
timer_group_struct.h WDT: implement interrupt wdt and task wdt for ESP32-C2 2022-09-15 14:37:59 +08:00
uart_channel.h uart: Provide support for esp32c2 and esp32h2 2022-03-02 11:29:13 +08:00
uart_pins.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
uart_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
uart_struct.h driver: fix public header exceptions for driver 2022-07-22 00:12:36 +00:00
wdev_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00