Skip to content

Commit 7a65630

Browse files
authored
Merge pull request #4286 from theotherjimmy/fix-coide-missing-template
Remove unsupported Coide exports
2 parents 27a6965 + c782054 commit 7a65630

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/export/coide/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class CoIDE(Exporter):
3030
'ARCH_PRO',
3131
'ARCH_MAX',
3232
'UBLOX_C027',
33-
'NUCLEO_L011K4',
3433
'NUCLEO_L053R8',
3534
'NUCLEO_L152RE',
3635
'NUCLEO_F030R8',
@@ -39,18 +38,14 @@ class CoIDE(Exporter):
3938
'NUCLEO_F072RB',
4039
'NUCLEO_F091RC',
4140
'NUCLEO_F103RB',
42-
'NUCLEO_F207ZG',
4341
'NUCLEO_F302R8',
4442
'NUCLEO_F303K8',
4543
'NUCLEO_F303RE',
4644
'NUCLEO_F334R8',
47-
'NUCLEO_F303ZE',
4845
'NUCLEO_F401RE',
4946
'NUCLEO_F410RB',
5047
'NUCLEO_F411RE',
51-
'NUCLEO_F429ZI',
5248
'NUCLEO_F446RE',
53-
'NUCLEO_F446ZE',
5449
'DISCO_L053C8',
5550
'DISCO_F051R8',
5651
'DISCO_F100RB',
@@ -59,7 +54,6 @@ class CoIDE(Exporter):
5954
'DISCO_F401VC',
6055
'DISCO_F407VG',
6156
'DISCO_F429ZI',
62-
'DISCO_F469NI',
6357
'MTS_MDOT_F405RG',
6458
'MTS_MDOT_F411RE',
6559
'MOTE_L152RC',

0 commit comments

Comments
 (0)