Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
711d464a
Commit
711d464a
authored
Oct 09, 2015
by
Johny Mattsson
Browse files
Re-enabled open source LWIP.
parent
a161f882
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Makefile
View file @
711d464a
...
...
@@ -29,6 +29,7 @@ SUBDIRS= \
platform
\
libc
\
lua
\
lwip
\
coap
\
mqtt
\
u8glib
\
...
...
@@ -42,8 +43,6 @@ SUBDIRS= \
dhtlib
\
tsl2561
#lwip \
endif
# } PDIR
APPDIR
=
.
...
...
@@ -75,6 +74,7 @@ COMPONENTS_eagle.app.v6 = \
platform/libplatform.a
\
libc/liblibc.a
\
lua/liblua.a
\
lwip/liblwip.a
\
coap/coap.a
\
mqtt/mqtt.a
\
u8glib/u8glib.a
\
...
...
@@ -88,7 +88,6 @@ COMPONENTS_eagle.app.v6 = \
tsl2561/tsl2561lib.a
\
modules/libmodules.a
#lwip/liblwip.a \
LINKFLAGS_eagle.app.v6
=
\
-Wl
,--gc-sections
\
...
...
@@ -111,7 +110,6 @@ LINKFLAGS_eagle.app.v6 = \
-ljson
\
-lsmartconfig
\
-lssl
\
-llwip
\
$(DEP_LIBS_eagle.app.v6)
\
-Wl
,--end-group
\
-lm
...
...
@@ -135,11 +133,10 @@ DEPENDS_eagle.app.v6 = \
# -DTXRX_RXBUF_DEBUG
# -DWLAN_CONFIG_CCX
CONFIGURATION_DEFINES
=
-D__ets__
\
# -DICACHE_FLASH \
# -DLWIP_OPEN_SRC \
# -DPBUF_RSV_FOR_WLAN \
# -DEBUF_LWIP
-DICACHE_FLASH
\
-DLWIP_OPEN_SRC
\
-DPBUF_RSV_FOR_WLAN
\
-DEBUF_LWIP
DEFINES
+=
\
$(UNIVERSAL_TARGET_DEFINES)
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment