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.
mbed-os/tools/export/makefile/make-arm.tmpl
- Committer:
- kadonotakashi
- Date:
- 2018-10-10
- Revision:
- 0:8fdf9a60065b
File content as of revision 0:8fdf9a60065b:
{% extends "makefile/Makefile.tmpl" %} {% block elf2bin %} $(ELF2BIN) --bin --output $@ $< {%- endblock %} {% block elf2hex %} $(ELF2BIN) --i32 --output $@ $< {%- endblock %}