Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
export/makefile/make-iar.tmpl
- Committer:
- The Other Jimmy
- Date:
- 2017-01-04
- Revision:
- 31:8ea194f6145b
File content as of revision 31:8ea194f6145b:
{% extends "makefile/Makefile.tmpl" %}
{% block elf2bin %}
$(ELF2BIN) --bin $< $@
{%- endblock %}
{% block elf2hex %}
$(ELF2BIN) --ihex $< $@
{%- endblock %}
