1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

Sync with esp82xx-nonos-linklayer (#9078)

* Update lwip2 builder
* Rebuild lwip2 libs
This commit is contained in:
Max Prokhorov 2024-02-11 14:15:26 +03:00 committed by GitHub
parent d7d50ffc6f
commit ed9e8ce9ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 18 additions and 14 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -1 +1 @@
Subproject commit 8e3c4eec00ec7f3962705ee095a310642953b5fb
Subproject commit 4087efd9d2a8e1cee9a159e0796d831dc1e0c497

View File

@ -1,5 +1,5 @@
// generated by makefiles/make-lwip2-hash
#ifndef LWIP_HASH_H
#define LWIP_HASH_H
#define LWIP_HASH_STR "STABLE-2_1_3_RELEASE/glue:1.2-67-g8e3c4ee"
#define LWIP_HASH_STR "STABLE-2_1_3_RELEASE/glue:1.2-70-g4087efd"
#endif // LWIP_HASH_H

View File

@ -3,11 +3,10 @@
#define __CUSTOM_EXTRA_DEFINES__
#endif
#ifndef MYLWIPOPTS_H
#define MYLWIPOPTS_H
// opt.h version lwip-2.1.0rc1 for esp8266
/* opt.h version lwip-2.1.3 for esp8266 */
/**
* @file
@ -996,7 +995,7 @@
#if !LWIP_IPV4
/* disable AUTOIP when IPv4 is disabled */
#undef LWIP_AUTOIP
#define LWIP_AUTOIP 0
#define LWIP_AUTOIP 0
#endif /* !LWIP_IPV4 */
/**
@ -1564,7 +1563,7 @@
* LWIP_PBUF_REF_T: Refcount type in pbuf.
* Default width of u8_t can be increased if 255 refs are not enough for you.
*/
#ifndef LWIP_PBUF_REF_T
#if !defined LWIP_PBUF_REF_T || defined __DOXYGEN__
#define LWIP_PBUF_REF_T u8_t
#endif
@ -2447,7 +2446,7 @@
* LWIP_IPV6_FORWARD==1: Forward IPv6 packets across netifs
*/
#if !defined LWIP_IPV6_FORWARD || defined __DOXYGEN__
#define LWIP_IPV6_FORWARD 0 // 0
#define LWIP_IPV6_FORWARD 0
#endif
/**
@ -2683,7 +2682,7 @@
* servers to the DNS module.
*/
#if !defined LWIP_ND6_RDNSS_MAX_DNS_SERVERS || defined __DOXYGEN__
#define LWIP_ND6_RDNSS_MAX_DNS_SERVERS 0 // 0
#define LWIP_ND6_RDNSS_MAX_DNS_SERVERS 0
#endif
/**
* @}
@ -2722,7 +2721,7 @@
* void dhcp6_set_ntp_servers(u8_t num_ntp_servers, ip_addr_t* ntp_server_addrs);
*/
#if !defined LWIP_DHCP6_GET_NTP_SRV || defined __DOXYGEN__
#define LWIP_DHCP6_GET_NTP_SRV 1 // with 1: dhcp6_set_ntp_servers() must be implemented
#define LWIP_DHCP6_GET_NTP_SRV 1
#endif
/**
@ -3509,9 +3508,6 @@
#if !defined DHCP6_DEBUG || defined __DOXYGEN__
#define DHCP6_DEBUG LWIP_DBG_OFF
#endif
/**
* @}
*/
/**
* NAPT_DEBUG: Enable debugging for NAPT.
@ -3520,6 +3516,10 @@
#define NAPT_DEBUG LWIP_DBG_OFF
#endif
/**
* @}
*/
/**
* LWIP_TESTMODE: Changes to make unit test possible
*/
@ -3566,9 +3566,13 @@
#define PPPOS_SUPPORT IP_NAPT // because we don't have proxyarp yet
#define PPP_SUPPORT PPPOS_SUPPORT
#define PPP_SERVER 1
#define PPP_DEBUG ULWIPDEBUG
#define PRINTPKT_SUPPORT ULWIPDEBUG
#if ULWIPDEBUG
#define PPP_DEBUG LWIP_DBG_ON
#define PING_DEBUG LWIP_DBG_ON
#endif
#ifdef __cplusplus
extern "C" {
#endif
@ -3710,4 +3714,4 @@ void tcp_kill_timewait (void);
} // extern "C"
#endif
#endif // MYLWIPOPTS_H
#endif /* MYLWIPOPTS_H */