mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
refactor(emac): use heap component API to allocate cached aligned DMA buffer
This commit is contained in:
@@ -68,8 +68,5 @@ if(CONFIG_ETH_ENABLED)
|
||||
if(CONFIG_ETH_USE_SPI_ETHERNET)
|
||||
idf_component_optional_requires(PUBLIC esp_driver_spi)
|
||||
endif()
|
||||
idf_component_optional_requires(PRIVATE esp_netif esp_pm)
|
||||
if(CONFIG_SOC_CACHE_INTERNAL_MEM_VIA_L1CACHE)
|
||||
idf_component_optional_requires(PRIVATE esp_mm)
|
||||
endif()
|
||||
idf_component_optional_requires(PRIVATE esp_netif esp_pm esp_mm)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user