We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06eefcb + 92c2577 commit 7aa293bCopy full SHA for 7aa293b
tools/export/__init__.py
@@ -35,7 +35,6 @@
35
EXPORTERS = {
36
u'uvision5': uvision.Uvision,
37
u'uvision': uvision.Uvision,
38
- u'lpcxpresso': lpcxpresso.LPCXpresso,
39
u'gcc_arm': makefile.GccArm,
40
u'make_gcc_arm': makefile.GccArm,
41
u'make_armc5': makefile.Armc5,
@@ -44,10 +43,6 @@
44
43
u'ds5_5': ds5_5.DS5_5,
45
u'iar': iar.IAR,
46
u'embitz' : embitz.EmBitz,
47
- u'coide' : coide.CoIDE,
48
- u'kds' : kds.KDS,
49
- u'simplicityv3' : simplicity.SimplicityV3,
50
- u'atmelstudio' : atmelstudio.AtmelStudio,
51
u'sw4stm32' : sw4stm32.Sw4STM32,
52
u'e2studio' : e2studio.E2Studio,
53
u'eclipse_gcc_arm' : cdt.EclipseGcc,
0 commit comments