Skip to content

Commit 78d73a1

Browse files
committed
add the target to travis build script & sw4stm32 export script.
1 parent c316763 commit 78d73a1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

tools/build_travis.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
{
3434
"STM":
3535
(
36-
{ "target": "B96B_F446VE", "toolchains": "GCC_ARM", "libs": ["dsp"] },
36+
{ "target": "B96B_F446VE", "toolchains": "GCC_ARM", "libs": ["dsp"] },
3737
{ "target": "NUCLEO_L053R8", "toolchains": "GCC_ARM", "libs": ["dsp"] },
38+
{ "target": "MTB_RAK811", "toolchains": "GCC_ARM"},
3839
{ "target": "NUCLEO_L152RE", "toolchains": "GCC_ARM", "libs": ["dsp"] },
3940
{ "target": "NUCLEO_F030R8", "toolchains": "GCC_ARM", "libs": ["dsp"] },
4041
{ "target": "NUCLEO_F031K6", "toolchains": "GCC_ARM", "libs": ["dsp"] },

tools/export/sw4stm32/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,11 @@ class Sw4STM32(GNUARMEclipse):
248248
'name': 'NUCLEO-L073RZ',
249249
'mcuId': 'STM32L073RZTx'
250250
},
251+
'MTB_RAK811':
252+
{
253+
'name': 'MTB-RAK-811',
254+
'mcuId': 'STM32L151CBUxA'
255+
},
251256
'NUCLEO_L152RE':
252257
{
253258
'name': 'NUCLEO-L152RE',

0 commit comments

Comments
 (0)