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

Re-enabled open source LWIP.

parent a161f882
...@@ -29,6 +29,7 @@ SUBDIRS= \ ...@@ -29,6 +29,7 @@ SUBDIRS= \
platform \ platform \
libc \ libc \
lua \ lua \
lwip \
coap \ coap \
mqtt \ mqtt \
u8glib \ u8glib \
...@@ -42,8 +43,6 @@ SUBDIRS= \ ...@@ -42,8 +43,6 @@ SUBDIRS= \
dhtlib \ dhtlib \
tsl2561 tsl2561
#lwip \
endif # } PDIR endif # } PDIR
APPDIR = . APPDIR = .
...@@ -75,6 +74,7 @@ COMPONENTS_eagle.app.v6 = \ ...@@ -75,6 +74,7 @@ COMPONENTS_eagle.app.v6 = \
platform/libplatform.a \ platform/libplatform.a \
libc/liblibc.a \ libc/liblibc.a \
lua/liblua.a \ lua/liblua.a \
lwip/liblwip.a \
coap/coap.a \ coap/coap.a \
mqtt/mqtt.a \ mqtt/mqtt.a \
u8glib/u8glib.a \ u8glib/u8glib.a \
...@@ -88,7 +88,6 @@ COMPONENTS_eagle.app.v6 = \ ...@@ -88,7 +88,6 @@ COMPONENTS_eagle.app.v6 = \
tsl2561/tsl2561lib.a \ tsl2561/tsl2561lib.a \
modules/libmodules.a modules/libmodules.a
#lwip/liblwip.a \
LINKFLAGS_eagle.app.v6 = \ LINKFLAGS_eagle.app.v6 = \
-Wl,--gc-sections \ -Wl,--gc-sections \
...@@ -111,7 +110,6 @@ LINKFLAGS_eagle.app.v6 = \ ...@@ -111,7 +110,6 @@ LINKFLAGS_eagle.app.v6 = \
-ljson \ -ljson \
-lsmartconfig \ -lsmartconfig \
-lssl \ -lssl \
-llwip \
$(DEP_LIBS_eagle.app.v6) \ $(DEP_LIBS_eagle.app.v6) \
-Wl,--end-group \ -Wl,--end-group \
-lm -lm
...@@ -135,11 +133,10 @@ DEPENDS_eagle.app.v6 = \ ...@@ -135,11 +133,10 @@ DEPENDS_eagle.app.v6 = \
# -DTXRX_RXBUF_DEBUG # -DTXRX_RXBUF_DEBUG
# -DWLAN_CONFIG_CCX # -DWLAN_CONFIG_CCX
CONFIGURATION_DEFINES = -D__ets__ \ CONFIGURATION_DEFINES = -D__ets__ \
-DICACHE_FLASH \
# -DICACHE_FLASH \ -DLWIP_OPEN_SRC \
# -DLWIP_OPEN_SRC \ -DPBUF_RSV_FOR_WLAN \
# -DPBUF_RSV_FOR_WLAN \ -DEBUF_LWIP
# -DEBUF_LWIP
DEFINES += \ DEFINES += \
$(UNIVERSAL_TARGET_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