mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
It is required to define a mandatory dependency on lwip, so we introduced esp_netif_stack component and made it require lwip, instead of directly depending on lwip. This enables building w-out lwip and support other TCP/IP stacks.
2 lines
38 B
CMake
2 lines
38 B
CMake
idf_component_register(REQUIRES lwip)
|