Development mbed library for MAX32630FTHR
Dependents: blinky_max32630fthr
Diff: tools/export/makefile/make-iar.tmpl
- Revision:
- 0:5c4d7b2438d3
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/export/makefile/make-iar.tmpl Fri Nov 11 20:59:50 2016 +0000 @@ -0,0 +1,9 @@ +{% extends "makefile/Makefile.tmpl" %} + +{% block elf2bin %} + $(ELF2BIN) --bin $< $@ +{%- endblock %} + +{% block elf2hex %} + $(ELF2BIN) --ihex $< $@ +{%- endblock %} \ No newline at end of file