From 63bff632df07035152a963b5bb73e9bbbf7a4748 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Mon, 14 Feb 2022 13:46:21 +0100 Subject: [PATCH] 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@5b471a18489b056f65fe8dcbb2c992d27909ebc9 --- components/asio/port/include/esp_asio_config.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/asio/port/include/esp_asio_config.h b/components/asio/port/include/esp_asio_config.h index 53215ca16..d80717ed9 100644 --- a/components/asio/port/include/esp_asio_config.h +++ b/components/asio/port/include/esp_asio_config.h @@ -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 */ @@ -21,8 +21,7 @@ // // LWIP compatibility inet and address macros/functions // -# define LWIP_COMPAT_SOCKET_INET 1 -# define LWIP_COMPAT_SOCKET_ADDR 1 +# include "esp_cpp_sockets.h" // // Specific ASIO feature flags