Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
4f7af452
Commit
4f7af452
authored
Apr 20, 2018
by
TerryE
Browse files
corrections to dev merge
parent
6db74142
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/Makefile
View file @
4f7af452
...
...
@@ -44,8 +44,6 @@ SUBDIRS= \
net
\
fatfs
\
esp-gdbstub
\
swTimer
\
misc
\
pm
\
$(OPT_SEL_MKTARGETS)
...
...
@@ -78,8 +76,6 @@ COMPONENTS_eagle.app.v6 = \
net/libnodemcu_net.a
\
mbedtls/libmbedtls.a
\
modules/libmodules.a
\
swTimer/libswtimer.a
\
misc/libmisc.a
\
$(OPT_SEL_COMPONENTS)
...
...
@@ -141,7 +137,7 @@ CONFIGURATION_DEFINES = -D__ets__ \
-DLWIP_OPEN_SRC
\
-DPBUF_RSV_FOR_WLAN
\
-DEBUF_LWIP
\
-DUSE_OPTIMIZE_PRINTF
\
-DUSE_OPTIMIZE_PRINTF
\
-DMBEDTLS_USER_CONFIG_FILE
=
\"
user_mbedtls.h
\"
\
DEFINES
+=
\
...
...
app/lua/Makefile
View file @
4f7af452
...
...
@@ -25,8 +25,8 @@ STD_CFLAGS=-std=gnu11 -Wimplicit
# makefile at its root level - these are then overridden
# for a subtree within the makefile rooted therein
#
DEFINES
+=
-DDEVELOPMENT_TOOLS
-DDEVELOPMENT_USE_GDB
-DNODE_DEBUG
-DDEVELOPMENT_BREAK_ON_STARTUP_PIN
=
1
EXTRA_CCFLAGS
+=
-ggdb
-O0
#
DEFINES += -DDEVELOPMENT_TOOLS -DDEVELOPMENT_USE_GDB -DDEVELOPMENT_BREAK_ON_STARTUP_PIN=1
#
EXTRA_CCFLAGS += -ggdb -O0
#############################################################
# Recursion Magic - Don't touch this!!
...
...
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