Commit 711d464a authored by Johny Mattsson's avatar Johny Mattsson
Browse files

Re-enabled open source LWIP.

parent a161f882
......@@ -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) \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment