mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4a410391cc
This commit fixes a bug wherein the RTC I2C peripheral got stuck after the main CPU performs a soft reset by using esp_restart(). This is because the RTC domain config registers for the RTC I2C domain are not cleared after the soft restart and hence need to be cleared manually while initializing the RTC I2C peripheral again. Closes https://github.com/espressif/esp-idf/issues/10468