esp-idf/components/esp_hw_support/port/esp32c3
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
Kconfig.mac
chip_info.c
cpu_util_esp32c3.c
i2c_brownout.h
i2c_rtc_clk.h
regi2c_ctrl.h regi2c: add a spinlock for accessing (reg)I2C devices 2021-05-13 11:55:41 +08:00
rtc_clk.c ESP32C3: auto adjust voltage dbias storing in efuse and open glitch reset for ECO3 2021-05-08 17:56:54 +08:00
rtc_clk_common.h
rtc_clk_init.c
rtc_init.c ESP32C3: auto adjust voltage dbias storing in efuse and open glitch reset for ECO3 2021-05-08 17:56:54 +08:00
rtc_pm.c
rtc_sleep.c Merge branch 'feature/support_auto_adjust_voltage_storingInEfuse_openGlitchRst' into 'master' 2021-05-13 03:49:59 +00:00
rtc_time.c