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
4905381c
Commit
4905381c
authored
Apr 04, 2019
by
Terry Ellison
Browse files
Resolve merge conflict on docs/index.md
parents
11592951
3f5ae99e
Changes
544
Show whitespace changes
Inline
Side-by-side
tools/make_server_cert.py
View file @
4905381c
tools/makefile.sh
View file @
4905381c
tools/spiffsimg/Makefile
View file @
4905381c
summary
?=
@true
CC
=
gcc
SRCS
=
\
...
...
@@ -7,6 +10,7 @@ SRCS=\
CFLAGS
=
-g
-Wall
-Wextra
-Wno-unused-parameter
-Wno-unused-function
-I
.
-I
../../app/spiffs
-I
../../app/include
-DNODEMCU_SPIFFS_NO_INCLUDE
--include
spiffs_typedefs.h
-Ddbg_printf
=
printf
spiffsimg
:
$(SRCS)
$(summary)
HOSTCC
$(CURDIR)
/
$<
$(CC)
$(CFLAGS)
$^
$(LDFLAGS)
-o
$@
clean
:
...
...
tools/spiffsimg/main.c
View file @
4905381c
Prev
1
…
24
25
26
27
28
Next
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