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

@@ -23,8 +23,7 @@ extern "C" {
#define SOC_I2C_FIFO_LEN (32) /*!< I2C hardware FIFO depth */
//ESP32-S3 support hardware FSM reset
#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.
//ESP32-S3 support hardware clear bus
#define SOC_I2C_SUPPORT_HW_CLR_BUS (1)