You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESP_RETURN_ON_FALSE((i2c_slave->fifo_mode==I2C_SLAVE_FIFO), ESP_ERR_NOT_SUPPORTED, TAG, "non-fifo mode is not supported in this API, please set access_ram_en to false");
337
337
esp_err_tret=ESP_OK;
338
338
i2c_hal_context_t*hal=&i2c_slave->base->hal;
339
+
#ifCONFIG_IDF_TARGET_ESP32C5
340
+
// Workaround for c5 digital bug. Please note that following code has no
341
+
// functionality. It's just use for workaround the potential issue for avoiding
0 commit comments