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
1e83bd9f
Commit
1e83bd9f
authored
Jan 12, 2015
by
zeroday
Browse files
Update Makefile
roll back
parent
724d3be1
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Makefile
View file @
1e83bd9f
...
@@ -168,7 +168,7 @@ $(BINODIR)/%.bin: $(IMAGEODIR)/%.out
...
@@ -168,7 +168,7 @@ $(BINODIR)/%.bin: $(IMAGEODIR)/%.out
../tools/esptool.py elf2image
$<
-o
$(FIRMWAREDIR)
../tools/esptool.py elf2image
$<
-o
$(FIRMWAREDIR)
flash
:
flash
:
../tools/esptool.py
-p
$(PORT)
write_flash 0x00000
$(FIRMWAREDIR)
0x00000.bin 0x10000
$(FIRMWAREDIR)
0x10000.bin
../tools/esptool.py
-p
$(PORT)
write_flash 0x00000
../bin/
0x00000.bin 0x10000
../bin/
0x10000.bin
.PHONY
:
FORCE
.PHONY
:
FORCE
FORCE
:
FORCE
:
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