mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-15 00:27:20 +00:00

Moved the error logs outside critical section for i2c communication errors like READ fail, WRITE fail etc. in the ulp_riscv_i2c component Also changed the error log API from ESP_EARLY_LOG to ESP_LOG, so we can support tag based filtering and enabling/disabling of logs Closes https://github.com/espressif/esp-idf/issues/17425