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
bb0a5b1d
Commit
bb0a5b1d
authored
Feb 16, 2015
by
HuangRui
Browse files
Re enabled open-source LWIP using dummy.c
Fixed the RAM issue.
parent
2d53b4e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/Makefile
View file @
bb0a5b1d
...
...
@@ -24,6 +24,7 @@ SPECIAL_MKTARGETS=$(APP_MKTARGETS)
SUBDIRS
=
\
user
\
driver
\
lwip
\
json
\
upgrade
\
platform
\
...
...
@@ -69,6 +70,7 @@ endif
COMPONENTS_eagle.app.v6
=
\
user/libuser.a
\
driver/libdriver.a
\
lwip/liblwip.a
\
json/libjson.a
\
upgrade/libupgrade.a
\
platform/libplatform.a
\
...
...
@@ -99,7 +101,6 @@ LINKFLAGS_eagle.app.v6 = \
-ljson
\
-lsmartconfig
\
-lssl
\
-llwip
\
$(DEP_LIBS_eagle.app.v6)
\
-Wl
,--end-group
...
...
app/lwip/app/dummy.c
0 → 100644
View file @
bb0a5b1d
void
espconn_init
()
{
// dummy function, do nothing.
}
\ No newline at end of file
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