esp-idf/components/esp_hw_support/port/esp32s2
Omar Chebib dd8843fec3 regi2c: add a spinlock for accessing (reg)I2C devices
When not compiling bootloader, a spinlock will be used for reading or writing
I2C internal devices/registers.
When compiling for bootloader, no need to use any lock.
2021-05-13 11:55:41 +08:00
..
private_include
CMakeLists.txt esp_system: move asysnc memcpy to esp_hw_support 2021-04-07 17:53:37 +08:00
Kconfig.mac esp32: move mac target specific configs 2021-03-31 19:17:33 +08:00
async_memcpy_impl_cp_dma.c esp_system: move asysnc memcpy to esp_hw_support 2021-04-07 17:53:37 +08:00
chip_info.c esp_system: split esp_system.h header 2021-03-31 19:13:03 +08:00
regi2c_ctrl.c
regi2c_ctrl.h regi2c: add a spinlock for accessing (reg)I2C devices 2021-05-13 11:55:41 +08:00
rtc_clk.c esp32s2/esp32s3/esp32c3: Decrease bootloader cost time 2021-04-01 06:19:34 +00:00
rtc_clk_common.h
rtc_clk_init.c
rtc_init.c Driver(Touch sensor): fix the touch sensor wait cycle after wakeup from sleep 2021-04-23 02:59:58 +00:00
rtc_pm.c
rtc_sleep.c optimize deep sleep current in wifi softap mode 2021-04-28 14:03:02 +00:00
rtc_time.c rtc: Clean up for S2,S3,C3 2021-03-01 16:51:15 +08:00
rtc_wdt.c