Development mbed library for MAX32630FTHR

Dependents:   blinky_max32630fthr

Committer:
switches
Date:
Fri Nov 11 20:59:50 2016 +0000
Revision:
0:5c4d7b2438d3
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
switches 0:5c4d7b2438d3 1 {% extends "makefile/make-gcc-arm.tmpl" %}
switches 0:5c4d7b2438d3 2
switches 0:5c4d7b2438d3 3 {% block target_project_elf %}
switches 0:5c4d7b2438d3 4 {{ super() }}
switches 0:5c4d7b2438d3 5 @echo ""
switches 0:5c4d7b2438d3 6 @echo "*****"
switches 0:5c4d7b2438d3 7 @echo "***** You must modify vector checksum value in *.bin and *.hex files."
switches 0:5c4d7b2438d3 8 @echo "*****"
switches 0:5c4d7b2438d3 9 @echo ""
switches 0:5c4d7b2438d3 10 {% endblock %}
switches 0:5c4d7b2438d3 11