Merge branch 'refactor/esp_driver_i2c' into 'master'
refactor(i2c): Make i2c driver as a seperate component See merge request espressif/esp-idf!27860
This commit is contained in:
@@ -38,6 +38,12 @@ examples/peripherals/gpio/matrix_keyboard:
|
||||
enable:
|
||||
- if: IDF_TARGET == "esp32s2"
|
||||
|
||||
examples/peripherals/i2c/i2c_eeprom:
|
||||
disable:
|
||||
- if: SOC_I2C_SUPPORTED != 1
|
||||
depends_components:
|
||||
- esp_driver_i2c
|
||||
|
||||
examples/peripherals/i2c/i2c_self_test:
|
||||
disable:
|
||||
- if: SOC_I2C_SUPPORT_SLAVE != 1
|
||||
|
||||
Reference in New Issue
Block a user