mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
multi-mss menus for lwip2, remove lwip xcc variant, lwip2 readme, updates and fixes (#4039)
lwip2 updates: > multi-mss makefile > forwardported espconn (no multicast yet) > restore max 3 ntp servers for configTime() coherency > unchain seldom chained pbufs > dns cache name length back to (256->48->) 128 > use sntp_stop/start() when dhcp address got > fix netif's hostname glue-handling > forwardported ping from lwip1.4 fix #3970 fix maybe #3963
This commit is contained in:
10
tools/sdk/lwip2/README.md
Normal file
10
tools/sdk/lwip2/README.md
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
make install download, compile, install lwip2
|
||||
make download download lwIP-2 builder
|
||||
make clean clean builder only
|
||||
|
||||
glue and lwIP debug options are in builder/glue/gluedebug.h
|
||||
MSS values are in builder/Makefile.arduino
|
||||
MSS values in boards.txt are only informative
|
||||
|
||||
current lwip2 submodule repository: https://github.com/d-a-v/esp82xx-nonos-linklayer/tree/arduino-2.4.0
|
Reference in New Issue
Block a user