the other jimmy / mbed-sdk-tools

Fork of mbed-sdk-tools by mbed official

Revision:
32:8ea194f6145b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/export/makefile/make-iar.tmpl	Wed Jan 04 11:58:24 2017 -0600
@@ -0,0 +1,9 @@
+{% extends "makefile/Makefile.tmpl" %}
+
+{% block elf2bin %}
+	$(ELF2BIN) --bin $< $@
+{%- endblock %}
+
+{% block elf2hex %}
+	$(ELF2BIN) --ihex $< $@
+{%- endblock %}
\ No newline at end of file