Skip to content

Commit 45b8ec9

Browse files
author
Cruz Monrreal
authored
Merge pull request #7410 from theotherjimmy/explicit-exporer-aliases
Tools: Move exporter alias handling to CLI
2 parents 61f3d8b + a9abcf1 commit 45b8ec9

File tree

3 files changed

+250
-169
lines changed

3 files changed

+250
-169
lines changed

tools/export/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434

3535
EXPORTERS = {
3636
u'uvision5': uvision.Uvision,
37-
u'uvision': uvision.Uvision,
38-
u'gcc_arm': makefile.GccArm,
3937
u'make_gcc_arm': makefile.GccArm,
4038
u'make_armc5': makefile.Armc5,
4139
u'make_armc6': makefile.Armc6,

0 commit comments

Comments
 (0)