File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ $(PROJECT).elf: $(OBJECTS) $(SYS_OBJECTS) $(LINKER_SCRIPT)
127
127
128
128
$(PROJECT).bin: $(PROJECT).elf
129
129
{%- block elf2bin -%}{%- endblock %}
130
- {% if not hex_files %} +@echo ===== bin file ready to flash: $(OBJDIR)/$@ ===== {% endif %}
130
+ {% if not hex_files %} +@echo " ===== bin file ready to flash: $(OBJDIR)/$@ =====" {% endif %}
131
131
132
132
$(PROJECT).hex: $(PROJECT).elf
133
133
{%- block elf2hex -%}{%- endblock %}
@@ -136,7 +136,7 @@ $(PROJECT).hex: $(PROJECT).elf
136
136
$(PROJECT)-combined.hex: $(PROJECT).hex
137
137
+@echo "NOTE: the $(SREC_CAT) binary is required to be present in your PATH. Please see http://srecord.sourceforge.net/ for more information."
138
138
$(SREC_CAT) {% for f in hex_files %}{{f}} {% endfor %} -intel $(PROJECT).hex -intel -o $(PROJECT)-combined.hex -intel --line-length=44
139
- +@echo ===== hex file ready to flash: $(OBJDIR)/$@ =====
139
+ +@echo " ===== hex file ready to flash: $(OBJDIR)/$@ ====="
140
140
{% endif %}
141
141
# Rules
142
142
###############################################################################
You can’t perform that action at this time.
0 commit comments