mirror of https://github.com/ARMmbed/mbed-os.git
add the target to travis build script & sw4stm32 export script.
parent
c31676306a
commit
78d73a1a63
|
@ -33,8 +33,9 @@ build_list = [
|
||||||
{
|
{
|
||||||
"STM":
|
"STM":
|
||||||
(
|
(
|
||||||
{ "target": "B96B_F446VE", "toolchains": "GCC_ARM", "libs": ["dsp"] },
|
{ "target": "B96B_F446VE", "toolchains": "GCC_ARM", "libs": ["dsp"] },
|
||||||
{ "target": "NUCLEO_L053R8", "toolchains": "GCC_ARM", "libs": ["dsp"] },
|
{ "target": "NUCLEO_L053R8", "toolchains": "GCC_ARM", "libs": ["dsp"] },
|
||||||
|
{ "target": "MTB_RAK811", "toolchains": "GCC_ARM"},
|
||||||
{ "target": "NUCLEO_L152RE", "toolchains": "GCC_ARM", "libs": ["dsp"] },
|
{ "target": "NUCLEO_L152RE", "toolchains": "GCC_ARM", "libs": ["dsp"] },
|
||||||
{ "target": "NUCLEO_F030R8", "toolchains": "GCC_ARM", "libs": ["dsp"] },
|
{ "target": "NUCLEO_F030R8", "toolchains": "GCC_ARM", "libs": ["dsp"] },
|
||||||
{ "target": "NUCLEO_F031K6", "toolchains": "GCC_ARM", "libs": ["dsp"] },
|
{ "target": "NUCLEO_F031K6", "toolchains": "GCC_ARM", "libs": ["dsp"] },
|
||||||
|
|
|
@ -248,6 +248,11 @@ class Sw4STM32(GNUARMEclipse):
|
||||||
'name': 'NUCLEO-L073RZ',
|
'name': 'NUCLEO-L073RZ',
|
||||||
'mcuId': 'STM32L073RZTx'
|
'mcuId': 'STM32L073RZTx'
|
||||||
},
|
},
|
||||||
|
'MTB_RAK811':
|
||||||
|
{
|
||||||
|
'name': 'MTB-RAK-811',
|
||||||
|
'mcuId': 'STM32L151CBUxA'
|
||||||
|
},
|
||||||
'NUCLEO_L152RE':
|
'NUCLEO_L152RE':
|
||||||
{
|
{
|
||||||
'name': 'NUCLEO-L152RE',
|
'name': 'NUCLEO-L152RE',
|
||||||
|
|
Loading…
Reference in New Issue