Merge pull request #1257 from yoonghm/yoonghm-Export_GCC_ARM_TEENSY3_1

Yoonghm-Export-gcc_arm_teensy3 1
pull/1264/head
Martin Kojtal 2015-07-24 15:17:31 +02:00
commit 591781b445
3 changed files with 8 additions and 3 deletions

View File

@ -1088,7 +1088,7 @@ Exporter IDE/Platform Support
<td>-</td>
<td>-</td>
<td>&#10003;</td>
<td>-</td>
<td>&#10003;</td>
<td>-</td>
<td>-</td>
<td>-</td>
@ -1145,4 +1145,4 @@ Exporter IDE/Platform Support
</table>
Total IDEs: 9
<br>Total platforms: 94
<br>Total permutations: 288
<br>Total permutations: 288

View File

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

View File

@ -85,7 +85,7 @@ class GccArm(Exporter):
'NRF51_DONGLE',
'SEEED_TINY_BLE',
'DISCO_F401VC',
'DELTA_DFCM_NNN40',
'DELTA_DFCM_NNN40',
'RZ_A1H',
'MOTE_L152RC',
'EFM32WG_STK3800',
@ -95,6 +95,7 @@ class GccArm(Exporter):
'EFM32HG_STK3400',
'NZ32SC151',
'SAMR21G18A',
'TEENSY3_1',
]
DOT_IN_RELATIVE_PATH = True