1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

lwip2 integration

This commit is contained in:
david gauchard
2017-11-01 21:14:55 +01:00
committed by Ivan Grokhotkov
parent 5c01841430
commit 32f6826dcf
6 changed files with 2565 additions and 1412 deletions

6
tools/sdk/lwip2/Makefile Normal file
View File

@ -0,0 +1,6 @@
all install clean: builder/Makefile.arduino
make -C builder -f Makefile.arduino $@
builder/Makefile.arduino:
git submodule update --init --recursive builder