mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Sync with esp82xx-nonos-linklayer (#9078)
* Update lwip2 builder * Rebuild lwip2 libs
This commit is contained in:
parent
d7d50ffc6f
commit
ed9e8ce9ba
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
|
@ -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
|
||||
|
@ -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
|
||||
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user