Add gcc_arm_teensy3_1.tmpl

Add Jinja2 template to support export of Teensy 3.1 project for GCC ARM toolchain.
pull/1257/head
YoongHM 2015-07-22 20:25:23 +08:00
parent b1534cf994
commit 8e04c1f2a7
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{% extends "gcc_arm_common.tmpl" %}
{% block hardfp %}{% endblock %}
{% block cpu %}-mcpu=cortex-m4 -mthumb{% endblock %}