MOTE_L152RC

pull/1023/head
U-owner-PC\owner 2015-02-24 09:48:22 -08:00
parent a122226e46
commit 51efd619f1
5 changed files with 7 additions and 7 deletions

View File

@ -48,7 +48,7 @@ class CoIDE(Exporter):
'DISCO_F429ZI', 'DISCO_F429ZI',
'MTS_MDOT_F405RG', 'MTS_MDOT_F405RG',
'MTS_MDOT_F411RE', 'MTS_MDOT_F411RE',
'SEMTECH_LORA915', 'MOTE_L152RC',
] ]
# seems like CoIDE currently supports only one type # seems like CoIDE currently supports only one type

View File

@ -76,7 +76,7 @@ class GccArm(Exporter):
'SEEED_TINY_BLE', 'SEEED_TINY_BLE',
'DISCO_F401VC', 'DISCO_F401VC',
'DELTA_DFCM_NNN40', 'DELTA_DFCM_NNN40',
'SEMTECH_LORA915', 'MOTE_L152RC',
] ]
DOT_IN_RELATIVE_PATH = True DOT_IN_RELATIVE_PATH = True

View File

@ -58,7 +58,7 @@ class IAREmbeddedWorkbench(Exporter):
'MTS_MDOT_F411RE', 'MTS_MDOT_F411RE',
'MTS_DRAGONFLY_F411RE', 'MTS_DRAGONFLY_F411RE',
'NRF51822', 'NRF51822',
'SEMTECH_LORA915', 'MOTE_L152RC',
] ]
def generate(self): def generate(self):

View File

@ -71,7 +71,7 @@ class Uvision4(Exporter):
'SEEED_TINY_BLE', 'SEEED_TINY_BLE',
'LPC11U37H_401', 'LPC11U37H_401',
'DELTA_DFCM_NNN40', 'DELTA_DFCM_NNN40',
'SEMTECH_LORA915', 'MOTE_L152RC',
] ]
USING_MICROLIB = [ USING_MICROLIB = [
@ -96,7 +96,7 @@ class Uvision4(Exporter):
'LPC11U35_501', 'LPC11U35_501',
'KL05Z', 'KL05Z',
'LPC11U37H_401', 'LPC11U37H_401',
'SEMTECH_LORA915', 'MOTE_L152RC',
] ]
FILE_TYPES = { FILE_TYPES = {

View File

@ -695,7 +695,7 @@ class MTS_MDOT_F411RE(Target):
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM", "IAR"] self.supported_toolchains = ["ARM", "uARM", "GCC_ARM", "IAR"]
self.default_toolchain = "uARM" self.default_toolchain = "uARM"
class SEMTECH_LORA915(Target): class MOTE_L152RC(Target):
def __init__(self): def __init__(self):
Target.__init__(self) Target.__init__(self)
self.core = "Cortex-M3" self.core = "Cortex-M3"
@ -1049,7 +1049,7 @@ TARGETS = [
DISCO_L053C8(), DISCO_L053C8(),
MTS_MDOT_F405RG(), MTS_MDOT_F405RG(),
MTS_MDOT_F411RE(), MTS_MDOT_F411RE(),
SEMTECH_LORA915(), MOTE_L152RC(),
MTS_DRAGONFLY_F411RE(), MTS_DRAGONFLY_F411RE(),
DISCO_F401VC(), DISCO_F401VC(),
UBLOX_C029(), # STM32F439 UBLOX_C029(), # STM32F439