Merge pull request #6441 from theotherjimmy/disable-deprecated-exporters

Disable all deprecated exporters
pull/6677/head
Martin Kojtal 2018-04-18 14:24:47 +02:00 committed by GitHub
commit 7aa293b11a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -35,7 +35,6 @@ from . import (lpcxpresso, ds5_5, iar, makefile, embitz, coide, kds, simplicity,
EXPORTERS = {
u'uvision5': uvision.Uvision,
u'uvision': uvision.Uvision,
u'lpcxpresso': lpcxpresso.LPCXpresso,
u'gcc_arm': makefile.GccArm,
u'make_gcc_arm': makefile.GccArm,
u'make_armc5': makefile.Armc5,
@ -44,10 +43,6 @@ EXPORTERS = {
u'ds5_5': ds5_5.DS5_5,
u'iar': iar.IAR,
u'embitz' : embitz.EmBitz,
u'coide' : coide.CoIDE,
u'kds' : kds.KDS,
u'simplicityv3' : simplicity.SimplicityV3,
u'atmelstudio' : atmelstudio.AtmelStudio,
u'sw4stm32' : sw4stm32.Sw4STM32,
u'e2studio' : e2studio.E2Studio,
u'eclipse_gcc_arm' : cdt.EclipseGcc,