Magnificent7 / Hackathon
Committer:
bryantaylor
Date:
Tue Sep 20 21:26:12 2016 +0000
Revision:
0:eafc3fd41f75
hackathon

Who changed what in which revision?

UserRevisionLine numberNew 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 %}