Merge branch 'bugfix/i2c_timeout_issue_v4.3' into 'release/v4.3'

I2C: patch for solving watchdog timeout issue(backport v4.3)

See merge request espressif/esp-idf!18132
This commit is contained in:
Jiang Jiang Jian
2022-06-09 11:10:57 +08:00
4 changed files with 16 additions and 5 deletions

View File

@@ -95,7 +95,7 @@
#define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */
#define SOC_I2C_SUPPORT_HW_FSM_RST (1)
// FSM_RST only resets the FSM, not using it. So SOC_I2C_SUPPORT_HW_FSM_RST not defined.
#define SOC_I2C_SUPPORT_HW_CLR_BUS (1)
#define SOC_I2C_SUPPORT_XTAL (1)