Anders Blomdell / mbed-sdk-tools
Committer:
theotherjimmy
Date:
Tue Oct 10 16:56:30 2017 -0500
Revision:
40:7d3fa6b99b2b
Update to tools release 5.6.1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
theotherjimmy 40:7d3fa6b99b2b 1 {% extends "makefile/Makefile.tmpl" %}
theotherjimmy 40:7d3fa6b99b2b 2
theotherjimmy 40:7d3fa6b99b2b 3 {% block elf2bin %}
theotherjimmy 40:7d3fa6b99b2b 4 $(ELF2BIN) --bin --output $@ $<
theotherjimmy 40:7d3fa6b99b2b 5 {%- endblock %}
theotherjimmy 40:7d3fa6b99b2b 6
theotherjimmy 40:7d3fa6b99b2b 7 {% block elf2hex %}
theotherjimmy 40:7d3fa6b99b2b 8 $(ELF2BIN) --i32 --output $@ $<
theotherjimmy 40:7d3fa6b99b2b 9 {%- endblock %}