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


* Original commit: espressif/esp-idf@5b471a1848
This commit is contained in:
David Cermak
2022-02-14 13:46:21 +01:00
committed by gabsuren
parent 938ddf16b9
commit 63bff632df

View File

@ -1,5 +1,5 @@
/* /*
* SPDX-FileCopyrightText: 2018-2021 Espressif Systems (Shanghai) CO LTD * SPDX-FileCopyrightText: 2018-2022 Espressif Systems (Shanghai) CO LTD
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
@ -21,8 +21,7 @@
// //
// LWIP compatibility inet and address macros/functions // LWIP compatibility inet and address macros/functions
// //
# define LWIP_COMPAT_SOCKET_INET 1 # include "esp_cpp_sockets.h"
# define LWIP_COMPAT_SOCKET_ADDR 1
// //
// Specific ASIO feature flags // Specific ASIO feature flags