Development mbed library for MAX32630FTHR

Dependents:   blinky_max32630fthr

tools/export/makefile/make-iar.tmpl

Committer:
switches
Date:
2016-12-16
Revision:
3:1198227e6421
Parent:
0:5c4d7b2438d3

File content as of revision 3:1198227e6421:

{% extends "makefile/Makefile.tmpl" %}

{% block elf2bin %}
	$(ELF2BIN) --bin $< $@
{%- endblock %}

{% block elf2hex %}
	$(ELF2BIN) --ihex $< $@
{%- endblock %}