Skip to content

Commit 51efd61

Browse files
U-owner-PC\ownerU-owner-PC\owner
authored andcommitted
MOTE_L152RC
1 parent a122226 commit 51efd61

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

workspace_tools/export/coide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class CoIDE(Exporter):
4848
'DISCO_F429ZI',
4949
'MTS_MDOT_F405RG',
5050
'MTS_MDOT_F411RE',
51-
'SEMTECH_LORA915',
51+
'MOTE_L152RC',
5252
]
5353

5454
# seems like CoIDE currently supports only one type

workspace_tools/export/gccarm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class GccArm(Exporter):
7676
'SEEED_TINY_BLE',
7777
'DISCO_F401VC',
7878
'DELTA_DFCM_NNN40',
79-
'SEMTECH_LORA915',
79+
'MOTE_L152RC',
8080
]
8181

8282
DOT_IN_RELATIVE_PATH = True

workspace_tools/export/iar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class IAREmbeddedWorkbench(Exporter):
5858
'MTS_MDOT_F411RE',
5959
'MTS_DRAGONFLY_F411RE',
6060
'NRF51822',
61-
'SEMTECH_LORA915',
61+
'MOTE_L152RC',
6262
]
6363

6464
def generate(self):

workspace_tools/export/uvision4.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class Uvision4(Exporter):
7171
'SEEED_TINY_BLE',
7272
'LPC11U37H_401',
7373
'DELTA_DFCM_NNN40',
74-
'SEMTECH_LORA915',
74+
'MOTE_L152RC',
7575
]
7676

7777
USING_MICROLIB = [
@@ -96,7 +96,7 @@ class Uvision4(Exporter):
9696
'LPC11U35_501',
9797
'KL05Z',
9898
'LPC11U37H_401',
99-
'SEMTECH_LORA915',
99+
'MOTE_L152RC',
100100
]
101101

102102
FILE_TYPES = {

workspace_tools/targets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ def __init__(self):
695695
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM", "IAR"]
696696
self.default_toolchain = "uARM"
697697

698-
class SEMTECH_LORA915(Target):
698+
class MOTE_L152RC(Target):
699699
def __init__(self):
700700
Target.__init__(self)
701701
self.core = "Cortex-M3"
@@ -1049,7 +1049,7 @@ def program_cycle_s(self):
10491049
DISCO_L053C8(),
10501050
MTS_MDOT_F405RG(),
10511051
MTS_MDOT_F411RE(),
1052-
SEMTECH_LORA915(),
1052+
MOTE_L152RC(),
10531053
MTS_DRAGONFLY_F411RE(),
10541054
DISCO_F401VC(),
10551055
UBLOX_C029(), # STM32F439

0 commit comments

Comments
 (0)