mirror of https://github.com/ARMmbed/mbed-os.git
Add gcc_arm_teensy3_1.tmpl
Add Jinja2 template to support export of Teensy 3.1 project for GCC ARM toolchain.pull/1257/head
parent
b1534cf994
commit
8e04c1f2a7
|
@ -0,0 +1,4 @@
|
|||
{% extends "gcc_arm_common.tmpl" %}
|
||||
|
||||
{% block hardfp %}{% endblock %}
|
||||
{% block cpu %}-mcpu=cortex-m4 -mthumb{% endblock %}
|
Loading…
Reference in New Issue