Compare commits
1 commit
master
...
lwip-heade
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e579d284af |
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -283,6 +283,9 @@ lwip: toolchain sdk_patch
|
||||||
make -C esp-open-lwip -f Makefile.open install \
|
make -C esp-open-lwip -f Makefile.open install \
|
||||||
CC=$(TOOLCHAIN)/bin/xtensa-lx106-elf-gcc \
|
CC=$(TOOLCHAIN)/bin/xtensa-lx106-elf-gcc \
|
||||||
PREFIX=$(TOOLCHAIN)
|
PREFIX=$(TOOLCHAIN)
|
||||||
|
cp -a esp-open-lwip/include/arch esp-open-lwip/include/lwip esp-open-lwip/include/netif \
|
||||||
|
esp-open-lwip/include/lwipopts.h \
|
||||||
|
$(TOOLCHAIN)/xtensa-lx106-elf/sysroot/usr/include/
|
||||||
|
|
||||||
ESP8266_NONOS_SDK_V1.5.2_16_01_29.zip:
|
ESP8266_NONOS_SDK_V1.5.2_16_01_29.zip:
|
||||||
wget --content-disposition "http://bbs.espressif.com/download/file.php?id=1079"
|
wget --content-disposition "http://bbs.espressif.com/download/file.php?id=1079"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue