feature(I2C): Add i2c hal support.

This commit is contained in:
houwenxiang
2019-06-05 11:32:20 +08:00
committed by kooho
parent 43411da465
commit 28286183d1
22 changed files with 2969 additions and 623 deletions

View File

@@ -15,7 +15,8 @@ set(SOC_SRCS "cpu_util.c"
"soc_memory_layout.c"
"spi_periph.c"
"ledc_periph.c"
"i2s_periph.c")
"i2s_periph.c"
"i2c_periph.c")
if(NOT BOOTLOADER_BUILD AND CONFIG_ETH_USE_ESP32_EMAC)
list(APPEND SOC_SRCS "emac_hal.c")