File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# ChangeLog
22
3+ ## V3.0.2
4+
5+ * Fix I2C master transmission issue by adding glitch filtering
6+
37## v3.0.1
48
59* Added missing public driver/i2c_master.h include
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ esp_err_t bsp_i2c_init(void)
120120 .sda_io_num = BSP_I2C_SDA ,
121121 .scl_io_num = BSP_I2C_SCL ,
122122 .clk_source = I2C_CLK_SRC_DEFAULT ,
123+ .glitch_ignore_cnt = 7 ,
123124 .flags .enable_internal_pullup = true,
124125 };
125126 BSP_ERROR_CHECK_RETURN_ERR (i2c_new_master_bus (& i2c_config , & i2c_handle ));
Original file line number Diff line number Diff line change 1- version : " 3.0.1 "
1+ version : " 3.0.2 "
22description : Board Support Package (BSP) for ESP32-S3-Korvo-2
33url : https://github.com/espressif/esp-bsp/tree/master/bsp/esp32_s3_korvo_2
44
You can’t perform that action at this time.
0 commit comments