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.
Fork of mbed-sdk-tools by
export/gcc_arm_efm32gg_stk3700.tmpl@13:ab47a20b66f0, 2016-07-14 (annotated)
- Committer:
- screamer
- Date:
- Thu Jul 14 20:21:19 2016 +0100
- Revision:
- 13:ab47a20b66f0
- Parent:
- 0:66f3b5499f7f
Apply latest tools
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| screamer | 13:ab47a20b66f0 | 1 | {% extends "gcc_arm_common.tmpl" %} | 
| screamer | 13:ab47a20b66f0 | 2 | |
| screamer | 13:ab47a20b66f0 | 3 | {% block target_project_elf %} {{ super() }} @echo "" | 
| screamer | 13:ab47a20b66f0 | 4 | @echo "*****" | 
| screamer | 13:ab47a20b66f0 | 5 | @echo "***** You must modify vector checksum value in *.bin and *.hex files." | 
| screamer | 13:ab47a20b66f0 | 6 | @echo "*****" | 
| screamer | 13:ab47a20b66f0 | 7 | @echo "" | 
| screamer | 13:ab47a20b66f0 | 8 | {%- endblock %} | 
