mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 00:21:44 +01:00
feature: Add uart hal support.
This commit is contained in:
@@ -18,7 +18,9 @@ set(SOC_SRCS "adc_periph.c"
|
||||
"spi_periph.c"
|
||||
"ledc_periph.c"
|
||||
"i2s_periph.c"
|
||||
"i2c_periph.c")
|
||||
"i2c_periph.c"
|
||||
"uart_periph.c"
|
||||
)
|
||||
|
||||
if(NOT BOOTLOADER_BUILD AND CONFIG_ETH_USE_ESP32_EMAC)
|
||||
list(APPEND SOC_SRCS "emac_hal.c")
|
||||
|
||||
Reference in New Issue
Block a user