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@3:f3764f852aa8, 2018-10-11 (annotated)
- Committer:
- kadonotakashi
- Date:
- Thu Oct 11 02:27:46 2018 +0000
- Revision:
- 3:f3764f852aa8
- Parent:
- 0:8fdf9a60065b
Nucreo 446 + SSD1331 test version;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
kadonotakashi | 0:8fdf9a60065b | 1 | {% extends "makefile/Makefile.tmpl" %} |
kadonotakashi | 0:8fdf9a60065b | 2 | |
kadonotakashi | 0:8fdf9a60065b | 3 | {% block elf2bin %} |
kadonotakashi | 0:8fdf9a60065b | 4 | $(ELF2BIN) --bin --output $@ $< |
kadonotakashi | 0:8fdf9a60065b | 5 | {%- endblock %} |
kadonotakashi | 0:8fdf9a60065b | 6 | |
kadonotakashi | 0:8fdf9a60065b | 7 | {% block elf2hex %} |
kadonotakashi | 0:8fdf9a60065b | 8 | $(ELF2BIN) --i32 --output $@ $< |
kadonotakashi | 0:8fdf9a60065b | 9 | {%- endblock %} |