mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
Sometimes, libphy.a call phy_enter_critical() to protect accessing critical sections, such like operating on I2C, but it may not effect when both the CPU core call it. It may cause accessing I2C blocking and cannot recover by esp_restart(), until do HW reboot.