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.
Diff: mbed-os/tools/export/makefile/make-arm.tmpl
- Revision:
- 0:8fdf9a60065b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-os/tools/export/makefile/make-arm.tmpl Wed Oct 10 00:33:53 2018 +0000 @@ -0,0 +1,9 @@ +{% extends "makefile/Makefile.tmpl" %} + +{% block elf2bin %} + $(ELF2BIN) --bin --output $@ $< +{%- endblock %} + +{% block elf2hex %} + $(ELF2BIN) --i32 --output $@ $< +{%- endblock %} \ No newline at end of file