-
Notifications
You must be signed in to change notification settings - Fork 13.3k
lwip2 updates: no more git sub-sub-module deps, faster checksum, backlog limitation and other fixes #6887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
lwip2 updates: no more git sub-sub-module deps, faster checksum, backlog limitation and other fixes #6887
Changes from 21 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
e4137aa
upstream lwIP is now downloaded by a makefile, not subsubmoduled
d-a-v 48f940f
lwip2: upstream lwIP not sub-sub-modules anymore
d-a-v eb9134d
Merge branch 'master' into nosubsub
d-a-v e8984bd
lwip2: enable tcp-listen-with-backlog feature
d-a-v e2a72b4
lwip2 submodule update:
d-a-v 215c100
fix mock
d-a-v b35eaec
issue with pio
d-a-v c019633
test
d-a-v 2530e93
pio test
d-a-v f8ee1f6
pio test
d-a-v 94bd6fa
pio test
d-a-v d15245a
platformio CI now works locally, by explicitly using pip3
d-a-v 70e979b
add pip3 for pio builds
d-a-v ea312ad
wip python3
d-a-v 9252626
Merge branch 'master' into nosubsub
devyte 7eb2617
Merge branch 'master' into nosubsub
d-a-v 886ded0
more comments, fix backlog management, fix API
d-a-v 3cf71c3
typo
d-a-v a752406
fix mock on host
d-a-v 1542792
update to lwip2 master
d-a-v daa0491
move default value definition in .cpp
d-a-v f3edd7a
Merge branch 'master' into nosubsub
d-a-v c4bad00
improved backlog handling, it is no more a breaking change
d-a-v 53fa67a
Merge branch 'master' into nosubsub
d-a-v File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
11 files
+0 −3 | .gitmodules | |
+2 −1 | Makefile.arduino | |
+4 −1 | README.md | |
+10 −4 | glue-lwip/arduino/lwipopts.h | |
+1 −0 | glue-lwip/lwip-git.c | |
+1 −1 | glue-lwip/open/lwipopts.h | |
+0 −1 | lwip2-src | |
+9 −4 | makefiles/Makefile.build-lwip2 | |
+2 −0 | makefiles/Makefile.defs | |
+105 −0 | patches/0002-sntp-Don-t-over-write-IPv6-NTP-server-when-processin.patch | |
+96 −0 | patches/0003-dhcp-dhcp6-Ensure-that-DHCP-DHCPv6-DNS-server-update.patch |
This file contains hidden or 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_1_2_RELEASE/glue:1.2-16-ge23a07e" | ||
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.2-29-gb543b1f" | ||
#endif // LWIP_HASH_H |
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.