added SEMTECH_LORA915 to python scripts

pull/1023/head
U-owner-PC\owner 2015-02-17 18:46:27 -08:00
parent 15b1989b69
commit a59aefc6ed
5 changed files with 15 additions and 0 deletions

1
workspace_tools/export/coide.py Normal file → Executable file
View File

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

1
workspace_tools/export/gccarm.py Normal file → Executable file
View File

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

1
workspace_tools/export/iar.py Normal file → Executable file
View File

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

2
workspace_tools/export/uvision4.py Normal file → Executable file
View File

@ -70,6 +70,7 @@ class Uvision4(Exporter):
'SEEED_TINY_BLE',
'LPC11U37H_401',
'DELTA_DFCM_NNN40',
'SEMTECH_LORA915',
]
USING_MICROLIB = [
@ -93,6 +94,7 @@ class Uvision4(Exporter):
'LPC11U35_501',
'KL05Z',
'LPC11U37H_401',
'SEMTECH_LORA915',
]
FILE_TYPES = {

10
workspace_tools/targets.py Normal file → Executable file
View File

@ -677,6 +677,15 @@ class MTS_MDOT_F411RE(Target):
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM", "IAR"]
self.default_toolchain = "uARM"
class SEMTECH_LORA915(Target):
def __init__(self):
Target.__init__(self)
self.core = "Cortex-M3"
self.extra_labels = ['STM', 'STM32L1', 'STM32L152RC']
self.supported_toolchains = ["ARM", "uARM", "IAR", "GCC_ARM"]
self.default_toolchain = "uARM"
self.detect_code = ["9999"]
class MTS_DRAGONFLY_F411RE(Target):
def __init__(self):
Target.__init__(self)
@ -1020,6 +1029,7 @@ TARGETS = [
DISCO_L053C8(),
MTS_MDOT_F405RG(),
MTS_MDOT_F411RE(),
SEMTECH_LORA915(),
MTS_DRAGONFLY_F411RE(),
DISCO_F401VC(),
UBLOX_C029(), # STM32F439