esp-idf/components/esp_hw_support/port/esp32s3
Omar Chebib 173e001680 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-09-10 18:50:16 +08:00
..
private_include Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
CMakeLists.txt components: fix ldgen check errors 2021-01-19 11:17:18 +08:00
regi2c_ctrl.h regi2c: add a spinlock for accessing (reg)I2C devices 2021-09-10 18:50:16 +08:00
rtc_clk_common.h soc: move implementations to esp_hw_support 2020-10-28 22:38:50 +08:00
rtc_clk_init.c global: Uses CCOUNT API instead of XTHAL macro 2021-01-12 16:24:23 +08:00
rtc_clk.c esp32s2/esp32s3/esp32c3: Decrease boot up time by delete useless slow clock calibration 2021-04-21 11:38:26 +00:00
rtc_init.c rtc: Fix minor const char* correction issue 2021-08-18 19:29:44 +08:00
rtc_pm.c soc: move implementations to esp_hw_support 2020-10-28 22:38:50 +08:00
rtc_sleep.c deep sleep: clear wakeup and reject int raw signal before entry sleep 2021-06-17 10:41:22 +08:00
rtc_time.c rtc: add function to en/disable the rtc clock 2020-12-23 09:53:24 +11:00
rtc_wdt.c components: fix ldgen check errors 2021-01-19 11:17:18 +08:00