components/esp_netif_stack/README.md
This component is a direct dependency of ESP-NETIF and it defines a required dependency on lwIP.
Purpose of this component is to pull specific TCP/IP stack (lwIP) into the list of dependencies when using component ESP-NETIF.
By means of esp_netif_stack component, we can define these two
dependency scenarios:
In order to use ESP-NETIF without lwIP (e.g. when using custom TCP/IP stack), follow these steps
CONFIG_ESP_NETIF_TCPIP_LWIP in esp_netif component configurationesp_netif_stack to your private component pathsidf_component_register() in the component's CMakeLists.txt