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.

tools/export/gcc_arm_disco_f100rb.tmpl

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

tools/export/gcc_arm_disco_f303vc.tmpl

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

tools/export/gcc_arm_disco_f334c8.tmpl

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

tools/export/gcc_arm_disco_f401vc.tmpl

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

tools/export/gcc_arm_disco_f407vg.tmpl

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

tools/export/gcc_arm_disco_f429zi.tmpl

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

tools/export/gcc_arm_disco_f469ni.tmpl

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

tools/export/gcc_arm_disco_f746ng.tmpl

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

tools/export/gcc_arm_disco_f769ni.tmpl

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

tools/export/gcc_arm_disco_l053c8.tmpl

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

tools/export/gcc_arm_disco_l476vg.tmpl

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

tools/export/gcc_arm_efm32gg_stk3700.tmpl

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

tools/export/gcc_arm_efm32hg_stk3400.tmpl

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

tools/export/gcc_arm_efm32lg_stk3600.tmpl

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

tools/export/gcc_arm_efm32pg_stk3401.tmpl

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

tools/export/gcc_arm_efm32wg_stk3800.tmpl

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

tools/export/gcc_arm_efm32zg_stk3200.tmpl

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

tools/export/gcc_arm_elmo_f411re.tmpl

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

tools/export/gcc_arm_hrm1017.tmpl

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

tools/export/gcc_arm_k20d50m.tmpl

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

tools/export/gcc_arm_k22f.tmpl

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

tools/export/gcc_arm_k64f.tmpl

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

tools/export/gcc_arm_kl05z.tmpl

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

tools/export/gcc_arm_kl25z.tmpl

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

tools/export/gcc_arm_kl43z.tmpl

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

tools/export/gcc_arm_kl46z.tmpl

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

tools/export/gcc_arm_lpc1114.tmpl

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

tools/export/gcc_arm_lpc11u24.tmpl

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

tools/export/gcc_arm_lpc11u35_401.tmpl

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

tools/export/gcc_arm_lpc11u35_501.tmpl

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

tools/export/gcc_arm_lpc11u37h_401.tmpl

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

tools/export/gcc_arm_lpc1768.tmpl

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

tools/export/gcc_arm_lpc2368.tmpl

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

tools/export/gcc_arm_lpc2460.tmpl

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

tools/export/gcc_arm_lpc4088.tmpl

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

0 commit comments

Comments
 (0)