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

@@ -303,6 +303,10 @@ config SOC_I2C_SUPPORT_RTC
bool
default y
config SOC_I2C_SUPPORT_10BIT_ADDR
bool
default y
config SOC_LEDC_SUPPORT_PLL_DIV_CLOCK
bool
default y

View File

@@ -150,6 +150,7 @@
#define SOC_I2C_SUPPORT_XTAL (1)
#define SOC_I2C_SUPPORT_RTC (1)
#define SOC_I2C_SUPPORT_10BIT_ADDR (1)
/*-------------------------- LEDC CAPS ---------------------------------------*/
#define SOC_LEDC_SUPPORT_PLL_DIV_CLOCK (1)