1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Update to GCC 10.2 (#7607)

This commit is contained in:
Earle F. Philhower, III
2020-09-24 14:25:18 -07:00
committed by GitHub
parent c24109fd57
commit faf59f5190
20 changed files with 102 additions and 91 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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -48,9 +48,17 @@ author: d. gauchard
extern "C"
{
#endif
#ifdef LWIP14GLUE
#define __IPV4_ADDR_H__ // prevents inclusion of ipv4_addr.h meant for lwip2
#define ipv4_addr ip_addr // structures are identical, ipv4_addr is unknown with lwIP-1.4
#include <lwip/ip_addr.h> // formerly official struct ip_info, disappeared in lwIP-v2
#endif
#include "ets_sys.h"
#include "osapi.h"
#include "user_interface.h"
#ifdef __cplusplus
}
#endif

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_2_RELEASE/glue:1.2-31-g3798bf0"
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.2-34-gf56e795"
#endif // LWIP_HASH_H

View File

@ -3619,6 +3619,9 @@ struct netif;
//#define LWIP_ERR_T s8
LWIP_ERR_T lwip_unhandled_packet (struct pbuf* pbuf, struct netif* netif);
// called when STA OR AP is set up or down
void netif_status_changed (struct netif*);
/*
--------------------------------------------------
----------------- TIME-WAIT tweak ----------------