-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to lwIP-2.1.0: partial SACK support by default (de-selectable …
…in menu) (#5126) * update to lwIP-2.1.0rc1: partial SACK support fix #4176 * hash fix * get some flash back due to mistake in conf (fragmentation & reassembly was incorrectly enabled) (ahah I scared you) * add missing include files * update to lwip-2.1.0(release) + remove unused lwIP's include files * lwIP release 2.1.0, SACK is now default, bigger, no-SACK is selectable * fix ldscript * pio * rename 'sack' option to 'feat'ure option, + IP fragmentation/reassembly * merge, fix pio * change internal/hidden string * pio: more lwip2 configuration: + without sack for no change in flash footprint
- Loading branch information
Showing
130 changed files
with
4,738 additions
and
9,207 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Submodule builder
updated
15 files
+12 −19 | Makefile.arduino | |
+1 −0 | glue-lwip/arch/cc.h | |
+3,042 −0 | glue-lwip/arduino/history/lwipopts-203.h | |
+4 −0 | glue-lwip/arduino/history/meld-changes-from-203-to-210 | |
+12 −0 | glue-lwip/arduino/history/meld-changes-from-diffs-203-to-210 | |
+1 −0 | glue-lwip/arduino/history/meld-edit-lwipopts | |
+2,876 −0 | glue-lwip/arduino/history/original-opts-203.h | |
+3,519 −0 | glue-lwip/arduino/history/original-opts-210.h | |
+722 −169 | glue-lwip/arduino/lwipopts.h | |
+1 −36 | glue-lwip/lwip-git.c | |
+1 −1 | lwip2-src | |
+3 −3 | makefiles/Makefile.build-lwip2 | |
+1 −1 | makefiles/Makefile.defs | |
+1 −0 | makefiles/Makefile.lwip2 | |
+23 −31 | patches/time-wait.patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// generated by makefiles/make-lwip2-hash | ||
#ifndef LWIP_HASH_H | ||
#define LWIP_HASH_H | ||
#define LWIP_HASH_STR "STABLE-2_0_3_RELEASE/glue:arduino-2.4.1-13-g163bb82" | ||
#define LWIP_HASH_STR "STABLE-2_1_0_RELEASE/glue:arduino-2.4.2-13-g80224f0" | ||
#endif // LWIP_HASH_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
@d-a-v What is default LWIP profile in Arduino IDE? See related issue platformio/platform-espressif8266#83
Is it set to
PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
?Thanks!