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@38:399953da035d, 2017-07-13 (annotated)
- Committer:
- The Other Jimmy
- Date:
- Thu Jul 13 15:26:26 2017 -0500
- Revision:
- 38:399953da035d
- Parent:
- 31:8ea194f6145b
Update to tools release 5.5.2
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| The Other Jimmy |
31:8ea194f6145b | 1 | {% extends "makefile/Makefile.tmpl" %} |
| The Other Jimmy |
31:8ea194f6145b | 2 | |
| The Other Jimmy |
31:8ea194f6145b | 3 | {% block elf2bin %} |
| The Other Jimmy |
31:8ea194f6145b | 4 | $(ELF2BIN) --bin $< $@ |
| The Other Jimmy |
31:8ea194f6145b | 5 | {%- endblock %} |
| The Other Jimmy |
31:8ea194f6145b | 6 | |
| The Other Jimmy |
31:8ea194f6145b | 7 | {% block elf2hex %} |
| The Other Jimmy |
31:8ea194f6145b | 8 | $(ELF2BIN) --ihex $< $@ |
| The Other Jimmy |
31:8ea194f6145b | 9 | {%- endblock %} |
