Skip to content

Commit 1eaa272

Browse files
authored
Merge pull request #2577 from theotherjimmy/gcc-arm-consolidation
tools-exporters! - Move to Toolchain-polymorphic makefiles
2 parents 729ef15 + e507b9e commit 1eaa272

File tree

110 files changed

+317
-786
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+317
-786
lines changed

tools/export/__init__.py

Lines changed: 5 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,10 @@
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,
37+
'make_armc5': makefile.Armc5,
38+
'make_iar': makefile.IAR,
3639
'ds5_5': ds5_5.DS5_5,
3740
'iar': iar.IAREmbeddedWorkbench,
3841
'emblocks' : emblocks.IntermediateFile,

tools/export/gcc_arm_arch_ble.tmpl

Lines changed: 0 additions & 14 deletions
This file was deleted.

tools/export/gcc_arm_arch_max.tmpl

Lines changed: 0 additions & 1 deletion
This file was deleted.

tools/export/gcc_arm_arch_pro.tmpl

Lines changed: 0 additions & 1 deletion
This file was deleted.

tools/export/gcc_arm_arm_beetle_soc.tmpl

Lines changed: 0 additions & 1 deletion
This file was deleted.

tools/export/gcc_arm_b96b_f446ve.tmpl

Lines changed: 0 additions & 1 deletion
This file was deleted.

tools/export/gcc_arm_bluepill_f103c8.tmpl

Lines changed: 0 additions & 1 deletion
This file was deleted.

tools/export/gcc_arm_common.tmpl

Lines changed: 0 additions & 133 deletions
This file was deleted.

tools/export/gcc_arm_delta_dfcm_nnn40.tmpl

Lines changed: 0 additions & 14 deletions
This file was deleted.

tools/export/gcc_arm_disco_f051r8.tmpl

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)