Skip to content

Commit 92c2577

Browse files
committed
Disable all deprecated exporters
1 parent 7b325f3 commit 92c2577

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/export/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
EXPORTERS = {
3636
u'uvision5': uvision.Uvision,
3737
u'uvision': uvision.Uvision,
38-
u'lpcxpresso': lpcxpresso.LPCXpresso,
3938
u'gcc_arm': makefile.GccArm,
4039
u'make_gcc_arm': makefile.GccArm,
4140
u'make_armc5': makefile.Armc5,
@@ -44,10 +43,6 @@
4443
u'ds5_5': ds5_5.DS5_5,
4544
u'iar': iar.IAR,
4645
u'embitz' : embitz.EmBitz,
47-
u'coide' : coide.CoIDE,
48-
u'kds' : kds.KDS,
49-
u'simplicityv3' : simplicity.SimplicityV3,
50-
u'atmelstudio' : atmelstudio.AtmelStudio,
5146
u'sw4stm32' : sw4stm32.Sw4STM32,
5247
u'e2studio' : e2studio.E2Studio,
5348
u'eclipse_gcc_arm' : cdt.EclipseGcc,

0 commit comments

Comments
 (0)