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.
mbd_os/tools/export/gcc_arm_lpc1768.tmpl@0:eafc3fd41f75, 2016-09-20 (annotated)
- Committer:
- bryantaylor
- Date:
- Tue Sep 20 21:26:12 2016 +0000
- Revision:
- 0:eafc3fd41f75
hackathon
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bryantaylor | 0:eafc3fd41f75 | 1 | {% extends "gcc_arm_common.tmpl" %} |
bryantaylor | 0:eafc3fd41f75 | 2 | |
bryantaylor | 0:eafc3fd41f75 | 3 | {% block target_project_elf %} |
bryantaylor | 0:eafc3fd41f75 | 4 | {{ super() }} |
bryantaylor | 0:eafc3fd41f75 | 5 | @echo "" |
bryantaylor | 0:eafc3fd41f75 | 6 | @echo "*****" |
bryantaylor | 0:eafc3fd41f75 | 7 | @echo "***** You must modify vector checksum value in *.bin and *.hex files." |
bryantaylor | 0:eafc3fd41f75 | 8 | @echo "*****" |
bryantaylor | 0:eafc3fd41f75 | 9 | @echo "" |
bryantaylor | 0:eafc3fd41f75 | 10 | {% endblock %} |