1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +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:
david gauchard
2017-12-29 04:48:31 +01:00
committed by Develo
parent 1540369c40
commit 370e75cb47
8 changed files with 261 additions and 200 deletions

View File

@ -2,5 +2,7 @@
all install clean: builder/lwip2-src/README
make -C builder -f Makefile.arduino $@
download: builder/lwip2-src/README
builder/lwip2-src/README:
git submodule update --init --recursive builder