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
cf4a4f2a
Commit
cf4a4f2a
authored
Jan 11, 2015
by
Peter Magnusson
Browse files
Windows doesn't like forward slash as input to esptool.py
parent
ae6ff1a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
cf4a4f2a
...
...
@@ -141,7 +141,7 @@ endef
$(BINODIR)/%.bin
:
$(IMAGEODIR)/%.out
@
mkdir
-p
$(BINODIR)
$(ESPTOOL)
elf2image
$<
-o
$(FIRMWAREDIR)
/
$(ESPTOOL)
elf2image
$<
-o
$(FIRMWAREDIR)
#############################################################
# Rules base
...
...
@@ -162,7 +162,7 @@ flash:
ifndef
PDIR
$(MAKE)
-C
./app flash
else
$(ESPTOOL)
--port
$(ESPPORT)
write_flash 0x00000
$(FIRMWAREDIR)
/
0x00000.bin 0x10000
$(FIRMWAREDIR)
/
0x10000.bin
$(ESPTOOL)
--port
$(ESPPORT)
write_flash 0x00000
$(FIRMWAREDIR)
0x00000.bin 0x10000
$(FIRMWAREDIR)
0x10000.bin
endif
.subdirs
:
...
...
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