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
Diff: export/gcc_arm_efm32hg_stk3400.tmpl
- Revision:
- 13:ab47a20b66f0
- Parent:
- 0:66f3b5499f7f
diff -r f2e8a005c7d3 -r ab47a20b66f0 export/gcc_arm_efm32hg_stk3400.tmpl
--- a/export/gcc_arm_efm32hg_stk3400.tmpl Tue Jun 14 11:33:06 2016 +0100
+++ b/export/gcc_arm_efm32hg_stk3400.tmpl Thu Jul 14 20:21:19 2016 +0100
@@ -1,1 +1,8 @@
-{% extends "gcc_arm_efm32_common.tmpl" %}
+{% extends "gcc_arm_common.tmpl" %}
+
+{% block target_project_elf %} {{ super() }} @echo ""
+ @echo "*****"
+ @echo "***** You must modify vector checksum value in *.bin and *.hex files."
+ @echo "*****"
+ @echo ""
+{%- endblock %}
