Merge branch 'feature/i2c_master_new_driver' into 'master'

I2C: Add new i2c master impl APIs and i2c eeprom example

See merge request espressif/esp-idf!23592
This commit is contained in:
C.S.M
2023-08-10 16:51:31 +08:00
77 changed files with 4140 additions and 630 deletions

View File

@@ -515,6 +515,10 @@ config SOC_I2C_SUPPORT_RTC
bool
default y
config SOC_I2C_SUPPORT_10BIT_ADDR
bool
default y
config SOC_LP_I2C_NUM
int
default 1

View File

@@ -231,6 +231,7 @@
#define SOC_I2C_SUPPORT_XTAL (1)
#define SOC_I2C_SUPPORT_RTC (1)
#define SOC_I2C_SUPPORT_10BIT_ADDR (1)
/*-------------------------- LP_I2C CAPS -------------------------------------*/
// ESP32-C6 has 1 LP_I2C