Newer
Older
mbed-os / workspace_tools / export / gcc_arm_lpc810.tmpl
@Cyprien Laplace Cyprien Laplace on 16 Aug 2015 225 bytes LPC81X: reduce code size and add ARM_GCC support
{% 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 %}