mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #1257 from yoonghm/yoonghm-Export_GCC_ARM_TEENSY3_1
Yoonghm-Export-gcc_arm_teensy3 1pull/1264/head
commit
591781b445
|
@ -1088,7 +1088,7 @@ Exporter IDE/Platform Support
|
|||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>✓</td>
|
||||
<td>-</td>
|
||||
<td>✓</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
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{% extends "gcc_arm_common.tmpl" %}
|
||||
|
||||
{% block hardfp %}{% endblock %}
|
||||
{% block cpu %}-mcpu=cortex-m4 -mthumb{% endblock %}
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue