Skip to content

lwip2: lighter implementation #3362

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

Closed
wants to merge 88 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
aeab73a
add lwip2 as a submodule
d-a-v Jun 17, 2017
6c4f5cc
makefile for lwip2 submodule
d-a-v Jun 17, 2017
c289363
fix lwip2 builder makefile
d-a-v Jun 19, 2017
48b7fe2
+ precompiled lwip2 library with includes
d-a-v Jun 19, 2017
602c1b5
upstream fixes
d-a-v Jul 15, 2017
73f4307
Update axTLS to 5de79d71.
igrr Jul 23, 2017
a377aba
Fixed: urlDecode done before parsing args (#2956)
DottoreTozzi Aug 1, 2017
d997fe5
Move ASSERT() macro file text to PMEM (#3477)
earlephilhower Aug 1, 2017
950bb04
Remove unused ax_port_*alloc() functions (#3482)
earlephilhower Aug 1, 2017
bbd6f75
Replace r_rand with os_random for LWIP_RAND() (#3499)
forkineye Aug 7, 2017
a6cca4f
Manifest for @PlatformIO
ivankravets Aug 1, 2017
157aa31
Integration with @PlatformIO Build System
ivankravets Jun 1, 2017
71495e2
Move debug constant strings to PROGMEM (#3478)
earlephilhower Aug 7, 2017
56cd198
Move MIME type table into PROGMEM to save RAM (#3475)
earlephilhower Aug 7, 2017
1d79311
Removed literal '\n' in ESP8266HTTPUpdateServer response (#3421)
hchahine Aug 7, 2017
5764446
Fix to parse parameters in the URL of a POST with empty content. (#3398)
teejaydub Aug 7, 2017
d68c484
patch for #3462
herrold Jul 26, 2017
6499933
lwip2v2: merge upstream
d-a-v Sep 29, 2017
0a5d445
Functional Interrupts initial
hreintke Dec 8, 2016
d8f9956
Use correct separator in keywords.txt
per1234 Sep 2, 2017
92978a7
Fix exception_causes.rst formatting
nwf Aug 28, 2017
47baf29
Update WString.cpp
adams13x13 Aug 20, 2017
6e883e2
Update spiffs 0.3.7 to and mkspiffs 0.1.3
me-no-dev Sep 6, 2017
e0e3a77
Allow for double quotes in boundary (#3455)
probonopd Sep 12, 2017
36f09dc
link airkiss library
igrr Sep 12, 2017
655f859
Install @PlatformIO Core to user's space
ivankravets Sep 12, 2017
e725dc2
core: mask GPIO interrupts while attaching/detaching ISR handler (#3598)
igrr Sep 13, 2017
150e4e7
tools/sdk: remove conflicting time.o from libmain.a
igrr Sep 15, 2017
4c07926
Digest Authentication in Webserver Library (#3053)
Lan-Hekary Sep 18, 2017
0413d24
axtls: update to 66d530a, fixes #3335
igrr Sep 20, 2017
168e684
WiFiClientSecure: add loadCACert function (#3610)
rudivandrunen Sep 20, 2017
65d60d4
Add the ESP8266WiFiMulti to KEYWORD1 to make it highlight in the ino …
cheng3100 Sep 21, 2017
e928632
Added support for user-supplied DHCP range, with basic sanity checks …
NdK73 Sep 21, 2017
8e44050
Use LED_BUILTIN so that it works w/o attaching external LED (#3452)
probonopd Sep 21, 2017
f1b104e
Update mkspiffs to version 0.2.0
me-no-dev Sep 22, 2017
0c5373b
SPIFFS: update to f5e26c4, fixes #3612 (#3623)
Lan-Hekary Sep 22, 2017
baa63c5
ESP8266HTTPClient: Add PATCH request (#3590)
joextodd Sep 22, 2017
2a6040c
Case-insensitive deviceType compare and skip NOTIFY processing
snosrap Aug 1, 2017
1ab7065
UdpContext: check that pbuf_alloc doesn't return nullptr (#3354)
mblythe86 Sep 22, 2017
8ee9341
ESP8266HTTPClient: update library.properties (#3406)
Natim Sep 22, 2017
4b1c279
Revert SPIFFS_USE_MAGIC_LENGTH to 0 (#3612)
igrr Sep 22, 2017
3a98f62
Revert "Added support for user-supplied DHCP range, with basic sanity…
igrr Sep 25, 2017
14fbe81
Merge branch 'master' of https://github.com/esp8266/Arduino into lwip2v2
d-a-v Sep 29, 2017
5ee5d5f
lwip2: library recompiled with latest updates
d-a-v Sep 29, 2017
7d3ec78
Merge branch 'master' into lwip2v2
d-a-v Oct 3, 2017
8eafda7
Merge branch 'master' into lwip2v2
d-a-v Oct 8, 2017
d8710d2
Fixed comment InterruptLock "disable interrupts"
peternlewis Oct 11, 2017
d56afe5
Fix broken link
cwt137 Oct 9, 2017
019de9c
pgmspace: expand varargs correctly in printf_P (#2819)
igrr Oct 12, 2017
6f42d7b
pgmspace: zero out memory in strncpy_P (#2633)
igrr Oct 12, 2017
82fa801
debug: hexdump arguments should be const
igrr Oct 12, 2017
0f16d1b
provide implementation of _exit (#3698)
igrr Oct 12, 2017
e7ea117
Don't remove persistent WiFi settings when doing scan (#2946)
igrr Oct 12, 2017
49a2fde
sdk: update to v2.1.0-10-g509eae8
igrr May 23, 2017
c034ff5
enable 8M and 16M flash sizes for generic board
igrr May 23, 2017
15c6f8c
WiFiClient,WiFiServer: update to match new err_t definition
igrr Oct 14, 2017
9d7bda1
esptool: update to 0.4.12
igrr Oct 15, 2017
0e1bf08
WiFiUpd: fix warning
igrr Oct 15, 2017
fca2ef7
fix gettimeofday()
Juppit Oct 13, 2017
5690b89
fixes for SDK update
igrr Oct 15, 2017
91684af
fix link from md to rst (#3704)
bscheshir Oct 15, 2017
1515ada
Fix erase size in ESP.eraseConfig
igrr Sep 22, 2017
94a1509
Fix for redirect of HTTP Update, so that it always returns to the roo…
evharten Oct 15, 2017
0dafaaf
Add a workaround-delay in Serial.flush() (#3714)
WereCatf Oct 15, 2017
622e69d
Optimize EEPROM::put (#2487)
ittacco Oct 15, 2017
bd45372
ci: add skip_cleanup for release deployment
igrr Oct 15, 2017
ce08b50
sync lib with master
d-a-v Oct 15, 2017
2b177cb
Merge branch 'master' of https://github.com/esp8266/Arduino
d-a-v Oct 15, 2017
cf7af26
Merge branch 'master' of https://github.com/esp8266/Arduino into lwip2v2
d-a-v Oct 15, 2017
71e942d
update lwip2 include files (now stable-2.0.3) + fix typedef lwip_err_…
d-a-v Oct 17, 2017
fce2677
Merge remote-tracking branch 'esp8266/master' into lwip2v2
d-a-v Oct 22, 2017
fcfcbbe
reduce ram+flash footprint. It is now smaller than lwip1.4 (no sanity…
d-a-v Oct 25, 2017
f2d573f
update lwip2 include files (now stable-2.0.3) + fix typedef lwip_err_…
d-a-v Oct 17, 2017
7023a65
Minimal file with a few ESP8266-specific keywords - github issue #3701
vdeconinck Oct 21, 2017
8d5280e
Update SoftwareSerial to 3.3.0 (#3727)
plerup Oct 22, 2017
4ab9766
Increase version for PlatformIO (#3742)
julian-w Oct 22, 2017
0b3340f
Put WiFi into station mode in examples (#3731)
jes Oct 22, 2017
bcb534c
Make DNSServer debug output like other ESP libs
Sep 22, 2017
48f0381
Make ESP8266mDNS debug output like other ESP libs
Sep 22, 2017
da872a9
allocate HTTPUpload struct on demand (#2557)
Oct 17, 2017
2b5a977
minimize number of exit paths in ESP8266WebServer::handleClient (#2557)
Oct 17, 2017
7fa1286
sdk: update to v2.1.0-14-g33f234f
igrr Oct 30, 2017
fb52539
Merge branch 'master' into lwip2v2
d-a-v Oct 30, 2017
928abeb
Merge branch 'master' of https://github.com/esp8266/Arduino into lwip2v2
d-a-v Oct 30, 2017
d3139b6
restore boards.txt
d-a-v Oct 31, 2017
286b04b
restore liblwip2.a
d-a-v Oct 31, 2017
3362f4b
update lib: upstream fix timezone handling
d-a-v Oct 31, 2017
448867c
sync refs with upstream/linklayer
d-a-v Oct 31, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update SoftwareSerial to 3.3.0 (#3727)
SoftwareSerial: update to 3.3.1
  • Loading branch information
plerup authored and d-a-v committed Oct 30, 2017
commit 8d5280ecd7b71d16bc6eae38784b67d82795ea2c
2 changes: 1 addition & 1 deletion package/build_boards_manager_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ rm exclude.txt
# Get additional libraries (TODO: add them as git submodule or subtree?)

# SoftwareSerial library
curl -L -o SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/3.2.3.zip
curl -L -o SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/3.3.1.zip
unzip -q SoftwareSerial.zip
rm -rf SoftwareSerial.zip
mv espsoftwareserial-* SoftwareSerial
Expand Down