Skip to content

Commit 17e096b

Browse files
committed
Move make stuff to it's own folder; add a make_gcc_arm exporter
1 parent 5c9dd3c commit 17e096b

17 files changed

+3
-2
lines changed

tools/export/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from shutil import copytree, rmtree, copy
2020
import yaml
2121

22-
from tools.export import uvision4, uvision5, codered, gccarm, ds5_5, iar
22+
from tools.export import uvision4, uvision5, codered, makefile, ds5_5, iar
2323
from tools.export import emblocks, coide, kds, simplicityv3, atmelstudio
2424
from tools.export import sw4stm32, e2studio, zip
2525
from tools.export.exporters import OldLibrariesException, FailedBuildException
@@ -32,7 +32,8 @@
3232
'uvision4': uvision4.Uvision4,
3333
'uvision5': uvision5.Uvision5,
3434
'lpcxpresso': codered.CodeRed,
35-
'gcc_arm': gccarm.GccArm,
35+
'gcc_arm': makefile.GccArm,
36+
'make_gcc_arm': makefile.GccArm,
3637
'ds5_5': ds5_5.DS5_5,
3738
'iar': iar.IAREmbeddedWorkbench,
3839
'emblocks' : emblocks.IntermediateFile,
File renamed without changes.

0 commit comments

Comments
 (0)