Remove "modify the checksum" message from targets without a binary hook

pull/2577/head
Jimmy Brisson 2016-08-22 11:20:10 -05:00
parent 7b1112588d
commit 5c9dd3c3a1
8 changed files with 0 additions and 74 deletions

View File

@ -1,8 +0,0 @@
{% 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 %}

View File

@ -1,8 +0,0 @@
{% 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 %}

View File

@ -1,8 +0,0 @@
{% 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 %}

View File

@ -1,8 +0,0 @@
{% 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 %}

View File

@ -1,8 +0,0 @@
{% 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 %}

View File

@ -1,8 +0,0 @@
{% 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 %}

View File

@ -1,16 +0,0 @@
{% extends "gcc_arm_common.tmpl" %}
{% block cc_flags -%}
$(CPU) -c -g -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
CC_FLAGS += -fno-exceptions -fno-builtin -ffunction-sections -fdata-sections -fno-delete-null-pointer-checks -fomit-frame-pointer
CC_FLAGS += -MMD -MP
{% endblock %}
{% block target_project_elf %}
{{ super() }}
@echo ""
@echo "*****"
@echo "***** You must modify vector checksum value in *.bin and *.hex files."
@echo "*****"
@echo ""
{% endblock %}

View File

@ -1,10 +0,0 @@
{% 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 %}