mirror of https://github.com/ARMmbed/mbed-os.git
Feature: Export GCC_ARM for TEENSY3_1
Support project export in GCC_ARM for Teensy 3.1.pull/1257/head
parent
35cfd8ec82
commit
b1534cf994
|
@ -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