mirror of https://github.com/ARMmbed/mbed-os.git
Remove unsupported Coide exports
They simply would error with "template not found". Instead, lets just disable them.pull/4286/head
parent
6aca976433
commit
c782054eb5
|
@ -30,7 +30,6 @@ class CoIDE(Exporter):
|
|||
'ARCH_PRO',
|
||||
'ARCH_MAX',
|
||||
'UBLOX_C027',
|
||||
'NUCLEO_L011K4',
|
||||
'NUCLEO_L053R8',
|
||||
'NUCLEO_L152RE',
|
||||
'NUCLEO_F030R8',
|
||||
|
@ -39,18 +38,14 @@ class CoIDE(Exporter):
|
|||
'NUCLEO_F072RB',
|
||||
'NUCLEO_F091RC',
|
||||
'NUCLEO_F103RB',
|
||||
'NUCLEO_F207ZG',
|
||||
'NUCLEO_F302R8',
|
||||
'NUCLEO_F303K8',
|
||||
'NUCLEO_F303RE',
|
||||
'NUCLEO_F334R8',
|
||||
'NUCLEO_F303ZE',
|
||||
'NUCLEO_F401RE',
|
||||
'NUCLEO_F410RB',
|
||||
'NUCLEO_F411RE',
|
||||
'NUCLEO_F429ZI',
|
||||
'NUCLEO_F446RE',
|
||||
'NUCLEO_F446ZE',
|
||||
'DISCO_L053C8',
|
||||
'DISCO_F051R8',
|
||||
'DISCO_F100RB',
|
||||
|
@ -59,7 +54,6 @@ class CoIDE(Exporter):
|
|||
'DISCO_F401VC',
|
||||
'DISCO_F407VG',
|
||||
'DISCO_F429ZI',
|
||||
'DISCO_F469NI',
|
||||
'MTS_MDOT_F405RG',
|
||||
'MTS_MDOT_F411RE',
|
||||
'MOTE_L152RC',
|
||||
|
|
Loading…
Reference in New Issue