esp_netif/lwip: Implement basic support for vanilla-lwip (2.1.3-REL)

* Reference lwip-2.1.3-REL vanilla lwip version
* Use inherent NETIF callbacks instead of dhcp/ipv6/autoip
This commit is contained in:
David Cermak
2022-02-14 13:46:21 +01:00
parent 0adb814af3
commit 5b471a1848
18 changed files with 314 additions and 65 deletions

View File

@@ -30,6 +30,7 @@
*
*/
#include "esp_cpp_sockets.h"
#include "lwip/sockets.h"
/*
SOMAXCONN is expected to be found in this header too,