esp-idf/components/soc/src/esp32s2
2021-10-25 12:05:55 +08:00
..
include/hal hal: avoid non-32bit access to registers 2021-10-25 12:05:55 +08:00
adc_hal.c esp32s2: Disable ADC calibration routine if running on FPGA 2020-11-05 15:06:33 +08:00
brownout_hal.c esp32c3: Adds support BROWNOUT reset (v4.2) 2021-09-23 23:16:16 +08:00
CMakeLists.txt feature(rtc): rename i2c_xxx to regi2c_xxx 2020-10-15 03:34:59 +00:00
dac_hal.c Driver(dac): fix DAC-DMA driver and unit test 2020-09-28 19:35:07 +08:00
regi2c_ctrl.c rtc: compile the regi2c_ctrl.c code to iram 2021-03-24 15:43:47 +08:00
regi2c_ctrl.h regi2c: add a spinlock for accessing (reg)I2C devices 2021-07-26 06:46:21 +08:00
rtc_clk_common.h soc/rtc: update frequency switching APIs to match the master branch 2020-02-17 17:23:32 +01:00
rtc_clk_init.c feature(rtc): rename i2c_xxx to regi2c_xxx 2020-10-15 03:34:59 +00:00
rtc_clk.c esp32s2: Decrease boot up time by delete useless slow clock calibration 2021-05-05 06:57:05 +00:00
rtc_init.c Driver(Touch sensor): fix the touch sensor wait cycle after wakeup from sleep 2021-07-14 14:47:07 +08:00
rtc_pm.c soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
rtc_sleep.c Driver(Touch sensor): fix the touch sensor wait cycle after wakeup from sleep 2021-07-14 14:47:07 +08:00
rtc_time.c fix stuck in rtc_clk_cal 2021-10-21 19:15:33 +08:00
rtc_wdt.c Restore rtc_wdt driver 2020-04-01 16:13:35 +08:00
soc_memory_layout.c heap: add rtc fast memory region to dynamic pool 2020-05-14 13:12:26 +00:00
systimer_hal.c systimer: add HAL layer 2020-04-01 16:51:43 +08:00
touch_sensor_hal.c touch_sensor: fix esp32s2 touch sensor default power source 2021-05-15 13:52:37 +08:00
usb_hal.c soc/usb: use new headers in LL, move some code out of LL 2020-04-29 10:04:13 +02:00