Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
9af73bda
Commit
9af73bda
authored
Dec 20, 2016
by
Paul Sokolovsky
Browse files
esp8266: Force relinking OTA firmware image if built after normal one.
parent
c1e94b77
Changes
1
Hide whitespace changes
Inline
Side-by-side
esp8266/Makefile
View file @
9af73bda
...
...
@@ -201,6 +201,7 @@ $(BUILD)/firmware.elf: $(OBJ)
$(MAKE)
LDSCRIPT
=
esp8266_512k.ld
CFLAGS_EXTRA
=
'-DMP_CONFIGFILE="<mpconfigport_512k.h>"'
MICROPY_FATFS
=
0
MICROPY_PY_BTREE
=
0
ota
:
rm
-f
$(BUILD)
/firmware.elf
$(BUILD)
/firmware.elf
*
.bin
$(MAKE)
LDSCRIPT
=
esp8266_ota.ld
#MAKE_PINS = boards/make-pins.py
...
...
Write
Preview
Supports
Markdown
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