..
adc_channel.h
adc: make adc_channel.h macros work with ng driver
2023-01-09 14:25:24 +08:00
apb_ctrl_reg.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
apb_ctrl_struct.h
soc: fix register header files not self-contain
2022-07-29 11:18:06 +08:00
apb_saradc_reg.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
apb_saradc_struct.h
soc: fix register header files not self-contain
2022-07-29 11:18:06 +08:00
assist_debug_reg.h
soc: descriptive part occupy whole component
2020-10-28 07:21:29 +08:00
bb_reg.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
boot_mode.h
soc: descriptive part occupy whole component
2020-10-28 07:21:29 +08:00
clk_tree_defs.h
lcd: support PLL240M as i80 clock source on esp32s3
2023-02-11 00:30:20 +00:00
clkout_channel.h
gpio: Add support for esp32c6
2022-10-18 12:38:36 +08:00
cp_dma_reg.h
dma: move from driver to hw_support
2022-06-28 14:17:12 +08:00
cp_dma_struct.h
C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT
2022-11-21 16:18:08 +08:00
crypto_dma_reg.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
dac_channel.h
dac: optimize the dma stratege
2022-10-25 17:14:59 +08:00
dedic_gpio_reg.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
dedic_gpio_struct.h
C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT
2022-11-21 16:18:08 +08:00
dport_access.h
dport: Move DPORT workaround to G0
2022-05-31 13:44:18 +08:00
dport_reg.h
trax: Adds ESP32-S3 support
2021-10-22 23:36:28 +03:00
efuse_reg.h
soc: Adds efuse hal
2022-02-24 22:20:09 +08:00
efuse_struct.h
esp_hw_support: Removes efuse dependency
2022-11-25 19:27:33 +08:00
ext_mem_defs.h
esp_mm: new virtual memory mapping apis via mmu
2023-02-07 20:23:52 +08:00
extmem_reg.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
fe_reg.h
soc: descriptive part occupy whole component
2020-10-28 07:21:29 +08:00
frc_timer_reg.h
soc: descriptive part occupy whole component
2020-10-28 07:21:29 +08:00
gdma_channel.h
gdma: support IRAM interrupt
2021-11-08 16:14:51 +08:00
gpio_pins.h
soc: descriptive part occupy whole component
2020-10-28 07:21:29 +08:00
gpio_reg.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
gpio_sd_reg.h
sdm: clean up soc/hal/ll code
2022-07-20 14:59:50 +08:00
gpio_sd_struct.h
sdm: clean up soc/hal/ll code
2022-07-20 14:59:50 +08:00
gpio_sig_map.h
soc: descriptive part occupy whole component
2020-10-28 07:21:29 +08:00
gpio_struct.h
soc: fix register header files not self-contain
2022-07-29 11:18:06 +08:00
hwcrypto_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
i2c_reg.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
i2c_struct.h
soc: fix register header files not self-contain
2022-07-29 11:18:06 +08:00
i2s_reg.h
i2s: update copyright
2022-02-21 21:28:48 +08:00
i2s_struct.h
C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT
2022-11-21 16:18:08 +08:00
interrupt_reg.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
io_mux_reg.h
gpio: support glitch filter
2022-12-09 11:33:42 +08:00
Kconfig.soc_caps.in
Merge branch 'feature/adc_filter' into 'master'
2023-02-13 16:43:58 +08:00
ledc_reg.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
ledc_struct.h
soc: fix register header files not self-contain
2022-07-29 11:18:06 +08:00
memprot_defs.h
ESP32S2: No assert()/abort() in Memprot API, use esp_err_t instead
2021-08-26 09:20:00 +02:00
mmu.h
soc: remove unused MMU related macros
2022-05-20 16:46:28 +08:00
nrx_reg.h
soc: descriptive part occupy whole component
2020-10-28 07:21:29 +08:00
pcnt_reg.h
pulse_cnt: new driver for PCNT peripheral
2022-03-03 22:38:32 +08:00
pcnt_struct.h
pulse_cnt: new driver for PCNT peripheral
2022-03-03 22:38:32 +08:00
periph_defs.h
Temperature_sensor: Create new temperature sensor API
2022-03-04 18:13:35 +08:00
reg_base.h
soc: remove unused DR_REG_DPORT_END macro for c2/c3/s2/s3
2022-09-22 11:45:20 +08:00
regi2c_apll.h
Refactor: move regi2c_*.h header files from esp_hw_support to soc component
2022-06-30 09:40:44 +00: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_brownout.h
G0: Support Xtensa targets for G0-only compilation
2022-06-20 11:34:20 +00:00
regi2c_defs.h
hw_support: fixed regi2c not protected by lock on ESP32S2
2022-03-13 00:24:08 +08:00
regi2c_saradc.h
G0: Support Xtensa targets for G0-only compilation
2022-06-20 11:34:20 +00:00
regi2c_ulp.h
Refactor: move regi2c_*.h header files from esp_hw_support to soc component
2022-06-30 09:40:44 +00:00
reset_reasons.h
reset_reasons: EFUSE_RST is treated as POWERON_RST
2022-06-09 17:49:03 +08:00
rmt_reg.h
rmt: fix error in rmt register file
2022-06-10 18:38:42 +08:00
rmt_struct.h
rmt: fix error in rmt register file
2022-06-10 18:38:42 +08:00
rtc_cntl_reg.h
esp32/rtc: fix xtal unstable in some cases when sleep
2022-10-09 19:58:58 +08:00
rtc_cntl_struct.h
soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one
2021-08-30 13:50:58 +08:00
rtc_i2c_reg.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
rtc_i2c_struct.h
ulp: Added support for RTC I2C driver for ULP RISC-V on esp32s2 and esp32s3
2022-09-05 10:21:43 +02:00
rtc_io_channel.h
rtcio: support rtcio on c6
2022-12-22 14:14:38 +08:00
rtc_io_reg.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
rtc_io_struct.h
soc: fix register header files not self-contain
2022-07-29 11:18:06 +08:00
rtc.h
esp32/rtc: fix xtal unstable in some cases when sleep
2022-10-09 19:58:58 +08:00
sens_reg.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
sens_struct.h
soc: fix register header files not self-contain
2022-07-29 11:18:06 +08:00
sensitive_reg.h
xtensa: move out trax
2021-02-26 19:45:48 +08:00
soc_caps.h
Merge branch 'feature/adc_filter' into 'master'
2023-02-13 16:43:58 +08:00
soc_pins.h
soc: fix register header files not self-contain
2022-07-29 11:18:06 +08:00
soc_ulp.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
soc.h
clk_tree: Add basic clock support for esp32h2
2023-02-20 17:15:02 +08:00
spi_mem_reg.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
spi_mem_struct.h
C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT
2022-11-21 16:18:08 +08:00
spi_pins.h
spi_master:support octal mode for esp32s2 and esp32s3
2021-08-19 16:40:22 +08:00
spi_reg.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
spi_struct.h
C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT
2022-11-21 16:18:08 +08:00
syscon_reg.h
bt: fix bt sleep flow hangs in btdm_sleep_clock_sync
2022-11-29 14:28:32 +08:00
syscon_struct.h
soc: fix register header files not self-contain
2022-07-29 11:18:06 +08:00
system_reg.h
clk_tree: Refactor rtc_clk.c by adding HAL layer for clock subsystem
2022-06-13 17:47:50 +08:00
systimer_reg.h
systimer: update soc data
2021-04-22 21:07:35 +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
timer_group: fix wrongly generated reg header that introduced in 443845fd54
2021-08-30 13:51:25 +08:00
timer_group_struct.h
C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT
2022-11-21 16:18:08 +08:00
touch_sensor_channel.h
soc: descriptive part occupy whole component
2020-10-28 07:21:29 +08:00
touch_sensor_pins.h
soc: descriptive part occupy whole component
2020-10-28 07:21:29 +08:00
tracemem_config.h
trax: Adds ESP32-S3 support
2021-10-22 23:36:28 +03:00
twai_struct.h
C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT
2022-11-21 16:18:08 +08:00
uart_channel.h
uart: fixed incorrect channel number on ESP32S2, S3 and C3
2022-03-01 18:21:27 +08:00
uart_pins.h
uart: uart_set_pin function will now use IOMUX whenever possible
2021-08-04 12:48:30 +08:00
uart_reg.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
uart_struct.h
soc: fix register header files not self-contain
2022-07-29 11:18:06 +08:00
uhci_reg.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
uhci_struct.h
soc: fix register header files not self-contain
2022-07-29 11:18:06 +08:00
usb_dwc_struct.h
C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT
2022-11-21 16:18:08 +08:00
usb_pins.h
soc: update copyright for usb phy pins
2022-07-07 11:50:06 +08:00
usb_reg.h
soc: descriptive part occupy whole component
2020-10-28 07:21:29 +08:00
usb_struct.h
Fix incorrect D- pulldown and cleanup USB device struct
2021-05-13 17:18:35 +08:00
usb_types.h
soc: descriptive part occupy whole component
2020-10-28 07:21:29 +08:00
usb_wrap_reg.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
usb_wrap_struct.h
C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT
2022-11-21 16:18:08 +08:00
wdev_reg.h
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00