From f366c257e5f8e0e9829d3e1a80861c447dc5bd35 Mon Sep 17 00:00:00 2001 From: Jimmy Brisson Date: Tue, 30 Oct 2018 09:38:22 -0500 Subject: [PATCH] Export: Remove DS-5 ### Description The DS-5 exporter does not work. It exports projects which I'm 100% sure don't build. I have been looking over supporting it for about 6 months now and I have convinced myself that I don't think it's worth the trouble. Shout now if you need this exporter. ### Pull request type [ ] Fix [ ] Refactor [ ] Target update [x] Functionality change [ ] Docs update [ ] Test update [ ] Breaking change --- tools/export/__init__.py | 3 +- tools/export/ds5_5/__init__.py | 72 ------------ tools/export/ds5_5/arch_pro.cproject.tmpl | 115 -------------------- tools/export/ds5_5/arch_pro.launch.tmpl | 111 ------------------- tools/export/ds5_5/arch_pro.project.tmpl | 83 -------------- tools/export/ds5_5/gr_lychee.cproject.tmpl | 115 -------------------- tools/export/ds5_5/gr_lychee.launch.tmpl | 111 ------------------- tools/export/ds5_5/gr_lychee.project.tmpl | 83 -------------- tools/export/ds5_5/lpc11u24.cproject.tmpl | 103 ------------------ tools/export/ds5_5/lpc11u24.launch.tmpl | 111 ------------------- tools/export/ds5_5/lpc11u24.project.tmpl | 83 -------------- tools/export/ds5_5/lpc1768.cproject.tmpl | 115 -------------------- tools/export/ds5_5/lpc1768.launch.tmpl | 111 ------------------- tools/export/ds5_5/lpc1768.project.tmpl | 83 -------------- tools/export/ds5_5/lpc812.cproject.tmpl | 103 ------------------ tools/export/ds5_5/lpc812.launch.tmpl | 111 ------------------- tools/export/ds5_5/lpc812.project.tmpl | 83 -------------- tools/export/ds5_5/rz_a1h.cproject.tmpl | 115 -------------------- tools/export/ds5_5/rz_a1h.launch.tmpl | 111 ------------------- tools/export/ds5_5/rz_a1h.project.tmpl | 83 -------------- tools/export/ds5_5/ublox_c027.cproject.tmpl | 115 -------------------- tools/export/ds5_5/ublox_c027.launch.tmpl | 111 ------------------- tools/export/ds5_5/ublox_c027.project.tmpl | 83 -------------- tools/export/ds5_5/vk_rz_a1h.cproject.tmpl | 115 -------------------- tools/export/ds5_5/vk_rz_a1h.launch.tmpl | 111 ------------------- tools/export/ds5_5/vk_rz_a1h.project.tmpl | 83 -------------- 26 files changed, 1 insertion(+), 2522 deletions(-) delete mode 100644 tools/export/ds5_5/__init__.py delete mode 100644 tools/export/ds5_5/arch_pro.cproject.tmpl delete mode 100644 tools/export/ds5_5/arch_pro.launch.tmpl delete mode 100644 tools/export/ds5_5/arch_pro.project.tmpl delete mode 100644 tools/export/ds5_5/gr_lychee.cproject.tmpl delete mode 100644 tools/export/ds5_5/gr_lychee.launch.tmpl delete mode 100644 tools/export/ds5_5/gr_lychee.project.tmpl delete mode 100644 tools/export/ds5_5/lpc11u24.cproject.tmpl delete mode 100644 tools/export/ds5_5/lpc11u24.launch.tmpl delete mode 100644 tools/export/ds5_5/lpc11u24.project.tmpl delete mode 100644 tools/export/ds5_5/lpc1768.cproject.tmpl delete mode 100644 tools/export/ds5_5/lpc1768.launch.tmpl delete mode 100644 tools/export/ds5_5/lpc1768.project.tmpl delete mode 100644 tools/export/ds5_5/lpc812.cproject.tmpl delete mode 100644 tools/export/ds5_5/lpc812.launch.tmpl delete mode 100644 tools/export/ds5_5/lpc812.project.tmpl delete mode 100644 tools/export/ds5_5/rz_a1h.cproject.tmpl delete mode 100644 tools/export/ds5_5/rz_a1h.launch.tmpl delete mode 100644 tools/export/ds5_5/rz_a1h.project.tmpl delete mode 100644 tools/export/ds5_5/ublox_c027.cproject.tmpl delete mode 100644 tools/export/ds5_5/ublox_c027.launch.tmpl delete mode 100644 tools/export/ds5_5/ublox_c027.project.tmpl delete mode 100644 tools/export/ds5_5/vk_rz_a1h.cproject.tmpl delete mode 100644 tools/export/ds5_5/vk_rz_a1h.launch.tmpl delete mode 100644 tools/export/ds5_5/vk_rz_a1h.project.tmpl diff --git a/tools/export/__init__.py b/tools/export/__init__.py index 26654c16f4..70f0a33b8e 100644 --- a/tools/export/__init__.py +++ b/tools/export/__init__.py @@ -29,7 +29,7 @@ from ..resources import Resources, FileType, FileRef from ..config import ALLOWED_FEATURES from ..build_api import prepare_toolchain from ..targets import TARGET_NAMES -from . import (lpcxpresso, ds5_5, iar, makefile, embitz, coide, kds, simplicity, +from . import (lpcxpresso, iar, makefile, embitz, coide, kds, simplicity, atmelstudio, mcuxpresso, sw4stm32, e2studio, zip, cmsis, uvision, cdt, vscode, gnuarmeclipse, qtcreator, cmake, nb, cces, codeblocks) @@ -40,7 +40,6 @@ EXPORTERS = { u'make_armc5': makefile.Armc5, u'make_armc6': makefile.Armc6, u'make_iar': makefile.IAR, - u'ds5_5': ds5_5.DS5_5, u'iar': iar.IAR, u'embitz' : embitz.EmBitz, u'sw4stm32' : sw4stm32.Sw4STM32, diff --git a/tools/export/ds5_5/__init__.py b/tools/export/ds5_5/__init__.py deleted file mode 100644 index 9b2649269f..0000000000 --- a/tools/export/ds5_5/__init__.py +++ /dev/null @@ -1,72 +0,0 @@ -""" -mbed SDK -Copyright (c) 2011-2016 ARM Limited - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -""" -from os.path import basename - -from tools.export.exporters import Exporter - - -class DS5_5(Exporter): - NAME = 'DS5' - - TARGETS = [ - 'LPC1768', - 'LPC11U24', - 'LPC812', - 'UBLOX_C027', - 'ARCH_PRO', - 'RZ_A1H', - 'VK_RZ_A1H', - 'GR_LYCHEE', - ] - - USING_MICROLIB = [ - 'LPC812', - ] - - FILE_TYPES = { - 'c_sources':'1', - 'cpp_sources':'8', - 's_sources':'2' - } - - TOOLCHAIN = "ARM" - - def get_toolchain(self): - return 'uARM' if (self.target in self.USING_MICROLIB) else 'ARM' - - def generate(self): - source_files = [] - for r_type, n in DS5_5.FILE_TYPES.items(): - for file in getattr(self.resources, r_type): - source_files.append({ - 'name': basename(file), 'type': n, 'path': file - }) - - ctx = { - 'name': self.project_name, - 'include_paths': self.resources.inc_dirs, - 'scatter_file': self.resources.linker_script, - 'object_files': self.resources.objects + self.libraries, - 'source_files': source_files, - 'symbols': self.toolchain.get_symbols() - } - target = self.target.lower() - - # Project file - self.gen_file('ds5_5/%s.project.tmpl' % target, ctx, '.project') - self.gen_file('ds5_5/%s.cproject.tmpl' % target, ctx, '.cproject') - self.gen_file('ds5_5/%s.launch.tmpl' % target, ctx, 'ds5_%s.launch' % target) diff --git a/tools/export/ds5_5/arch_pro.cproject.tmpl b/tools/export/ds5_5/arch_pro.cproject.tmpl deleted file mode 100644 index 5a5fff4d49..0000000000 --- a/tools/export/ds5_5/arch_pro.cproject.tmpl +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tools/export/ds5_5/arch_pro.launch.tmpl b/tools/export/ds5_5/arch_pro.launch.tmpl deleted file mode 100644 index 74bc9649e7..0000000000 --- a/tools/export/ds5_5/arch_pro.launch.tmpl +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tools/export/ds5_5/arch_pro.project.tmpl b/tools/export/ds5_5/arch_pro.project.tmpl deleted file mode 100644 index 4f892f370b..0000000000 --- a/tools/export/ds5_5/arch_pro.project.tmpl +++ /dev/null @@ -1,83 +0,0 @@ - - - {{name}}_ds5_lpc1768 - - - - - - org.eclipse.cdt.managedbuilder.core.genmakebuilder - clean,full,incremental, - - - ?name? - - - - org.eclipse.cdt.make.core.append_environment - true - - - org.eclipse.cdt.make.core.autoBuildTarget - all - - - org.eclipse.cdt.make.core.buildArguments - - - - org.eclipse.cdt.make.core.buildCommand - make - - - org.eclipse.cdt.make.core.buildLocation - ${workspace_loc:/ds5_lpc1768/Build} - - - org.eclipse.cdt.make.core.cleanBuildTarget - clean - - - org.eclipse.cdt.make.core.contents - org.eclipse.cdt.make.core.activeConfigSettings - - - org.eclipse.cdt.make.core.enableAutoBuild - false - - - org.eclipse.cdt.make.core.enableCleanBuild - true - - - org.eclipse.cdt.make.core.enableFullBuild - true - - - org.eclipse.cdt.make.core.fullBuildTarget - all - - - org.eclipse.cdt.make.core.stopOnError - true - - - org.eclipse.cdt.make.core.useDefaultBuildCmd - true - - - - - org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder - full,incremental, - - - - - - org.eclipse.cdt.core.cnature - org.eclipse.cdt.core.ccnature - org.eclipse.cdt.managedbuilder.core.managedBuildNature - org.eclipse.cdt.managedbuilder.core.ScannerConfigNature - - diff --git a/tools/export/ds5_5/gr_lychee.cproject.tmpl b/tools/export/ds5_5/gr_lychee.cproject.tmpl deleted file mode 100644 index bfd81f7f96..0000000000 --- a/tools/export/ds5_5/gr_lychee.cproject.tmpl +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tools/export/ds5_5/gr_lychee.launch.tmpl b/tools/export/ds5_5/gr_lychee.launch.tmpl deleted file mode 100644 index 3c5d272bdd..0000000000 --- a/tools/export/ds5_5/gr_lychee.launch.tmpl +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tools/export/ds5_5/gr_lychee.project.tmpl b/tools/export/ds5_5/gr_lychee.project.tmpl deleted file mode 100644 index 613167cd00..0000000000 --- a/tools/export/ds5_5/gr_lychee.project.tmpl +++ /dev/null @@ -1,83 +0,0 @@ - - - {{name}}_ds5_gr_lychee - - - - - - org.eclipse.cdt.managedbuilder.core.genmakebuilder - clean,full,incremental, - - - ?name? - - - - org.eclipse.cdt.make.core.append_environment - true - - - org.eclipse.cdt.make.core.autoBuildTarget - all - - - org.eclipse.cdt.make.core.buildArguments - - - - org.eclipse.cdt.make.core.buildCommand - make - - - org.eclipse.cdt.make.core.buildLocation - ${workspace_loc:/ds5_gr_lychee/Build} - - - org.eclipse.cdt.make.core.cleanBuildTarget - clean - - - org.eclipse.cdt.make.core.contents - org.eclipse.cdt.make.core.activeConfigSettings - - - org.eclipse.cdt.make.core.enableAutoBuild - false - - - org.eclipse.cdt.make.core.enableCleanBuild - true - - - org.eclipse.cdt.make.core.enableFullBuild - true - - - org.eclipse.cdt.make.core.fullBuildTarget - all - - - org.eclipse.cdt.make.core.stopOnError - true - - - org.eclipse.cdt.make.core.useDefaultBuildCmd - true - - - - - org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder - full,incremental, - - - - - - org.eclipse.cdt.core.cnature - org.eclipse.cdt.core.ccnature - org.eclipse.cdt.managedbuilder.core.managedBuildNature - org.eclipse.cdt.managedbuilder.core.ScannerConfigNature - - diff --git a/tools/export/ds5_5/lpc11u24.cproject.tmpl b/tools/export/ds5_5/lpc11u24.cproject.tmpl deleted file mode 100644 index 32adc51b8d..0000000000 --- a/tools/export/ds5_5/lpc11u24.cproject.tmpl +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tools/export/ds5_5/lpc11u24.launch.tmpl b/tools/export/ds5_5/lpc11u24.launch.tmpl deleted file mode 100644 index 868cba3d2c..0000000000 --- a/tools/export/ds5_5/lpc11u24.launch.tmpl +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tools/export/ds5_5/lpc11u24.project.tmpl b/tools/export/ds5_5/lpc11u24.project.tmpl deleted file mode 100644 index 8ad8f0a24d..0000000000 --- a/tools/export/ds5_5/lpc11u24.project.tmpl +++ /dev/null @@ -1,83 +0,0 @@ - - - {{name}}_ds5_lpc11u24 - - - - - - org.eclipse.cdt.managedbuilder.core.genmakebuilder - clean,full,incremental, - - - ?name? - - - - org.eclipse.cdt.make.core.append_environment - true - - - org.eclipse.cdt.make.core.autoBuildTarget - all - - - org.eclipse.cdt.make.core.buildArguments - - - - org.eclipse.cdt.make.core.buildCommand - make - - - org.eclipse.cdt.make.core.buildLocation - ${workspace_loc:/ds5_lpc11u24/Build} - - - org.eclipse.cdt.make.core.cleanBuildTarget - clean - - - org.eclipse.cdt.make.core.contents - org.eclipse.cdt.make.core.activeConfigSettings - - - org.eclipse.cdt.make.core.enableAutoBuild - false - - - org.eclipse.cdt.make.core.enableCleanBuild - true - - - org.eclipse.cdt.make.core.enableFullBuild - true - - - org.eclipse.cdt.make.core.fullBuildTarget - all - - - org.eclipse.cdt.make.core.stopOnError - true - - - org.eclipse.cdt.make.core.useDefaultBuildCmd - true - - - - - org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder - full,incremental, - - - - - - org.eclipse.cdt.core.cnature - org.eclipse.cdt.core.ccnature - org.eclipse.cdt.managedbuilder.core.managedBuildNature - org.eclipse.cdt.managedbuilder.core.ScannerConfigNature - - diff --git a/tools/export/ds5_5/lpc1768.cproject.tmpl b/tools/export/ds5_5/lpc1768.cproject.tmpl deleted file mode 100644 index 5a5fff4d49..0000000000 --- a/tools/export/ds5_5/lpc1768.cproject.tmpl +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tools/export/ds5_5/lpc1768.launch.tmpl b/tools/export/ds5_5/lpc1768.launch.tmpl deleted file mode 100644 index 74bc9649e7..0000000000 --- a/tools/export/ds5_5/lpc1768.launch.tmpl +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tools/export/ds5_5/lpc1768.project.tmpl b/tools/export/ds5_5/lpc1768.project.tmpl deleted file mode 100644 index 4f892f370b..0000000000 --- a/tools/export/ds5_5/lpc1768.project.tmpl +++ /dev/null @@ -1,83 +0,0 @@ - - - {{name}}_ds5_lpc1768 - - - - - - org.eclipse.cdt.managedbuilder.core.genmakebuilder - clean,full,incremental, - - - ?name? - - - - org.eclipse.cdt.make.core.append_environment - true - - - org.eclipse.cdt.make.core.autoBuildTarget - all - - - org.eclipse.cdt.make.core.buildArguments - - - - org.eclipse.cdt.make.core.buildCommand - make - - - org.eclipse.cdt.make.core.buildLocation - ${workspace_loc:/ds5_lpc1768/Build} - - - org.eclipse.cdt.make.core.cleanBuildTarget - clean - - - org.eclipse.cdt.make.core.contents - org.eclipse.cdt.make.core.activeConfigSettings - - - org.eclipse.cdt.make.core.enableAutoBuild - false - - - org.eclipse.cdt.make.core.enableCleanBuild - true - - - org.eclipse.cdt.make.core.enableFullBuild - true - - - org.eclipse.cdt.make.core.fullBuildTarget - all - - - org.eclipse.cdt.make.core.stopOnError - true - - - org.eclipse.cdt.make.core.useDefaultBuildCmd - true - - - - - org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder - full,incremental, - - - - - - org.eclipse.cdt.core.cnature - org.eclipse.cdt.core.ccnature - org.eclipse.cdt.managedbuilder.core.managedBuildNature - org.eclipse.cdt.managedbuilder.core.ScannerConfigNature - - diff --git a/tools/export/ds5_5/lpc812.cproject.tmpl b/tools/export/ds5_5/lpc812.cproject.tmpl deleted file mode 100644 index 96f0dc958e..0000000000 --- a/tools/export/ds5_5/lpc812.cproject.tmpl +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tools/export/ds5_5/lpc812.launch.tmpl b/tools/export/ds5_5/lpc812.launch.tmpl deleted file mode 100644 index 57ab0bac89..0000000000 --- a/tools/export/ds5_5/lpc812.launch.tmpl +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tools/export/ds5_5/lpc812.project.tmpl b/tools/export/ds5_5/lpc812.project.tmpl deleted file mode 100644 index 2e9c358ff9..0000000000 --- a/tools/export/ds5_5/lpc812.project.tmpl +++ /dev/null @@ -1,83 +0,0 @@ - - - {{name}}_ds5_lpc812 - - - - - - org.eclipse.cdt.managedbuilder.core.genmakebuilder - clean,full,incremental, - - - ?name? - - - - org.eclipse.cdt.make.core.append_environment - true - - - org.eclipse.cdt.make.core.autoBuildTarget - all - - - org.eclipse.cdt.make.core.buildArguments - - - - org.eclipse.cdt.make.core.buildCommand - make - - - org.eclipse.cdt.make.core.buildLocation - ${workspace_loc:/ds5_lpc812/Build} - - - org.eclipse.cdt.make.core.cleanBuildTarget - clean - - - org.eclipse.cdt.make.core.contents - org.eclipse.cdt.make.core.activeConfigSettings - - - org.eclipse.cdt.make.core.enableAutoBuild - false - - - org.eclipse.cdt.make.core.enableCleanBuild - true - - - org.eclipse.cdt.make.core.enableFullBuild - true - - - org.eclipse.cdt.make.core.fullBuildTarget - all - - - org.eclipse.cdt.make.core.stopOnError - true - - - org.eclipse.cdt.make.core.useDefaultBuildCmd - true - - - - - org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder - full,incremental, - - - - - - org.eclipse.cdt.core.cnature - org.eclipse.cdt.core.ccnature - org.eclipse.cdt.managedbuilder.core.managedBuildNature - org.eclipse.cdt.managedbuilder.core.ScannerConfigNature - - diff --git a/tools/export/ds5_5/rz_a1h.cproject.tmpl b/tools/export/ds5_5/rz_a1h.cproject.tmpl deleted file mode 100644 index 44e66cad21..0000000000 --- a/tools/export/ds5_5/rz_a1h.cproject.tmpl +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tools/export/ds5_5/rz_a1h.launch.tmpl b/tools/export/ds5_5/rz_a1h.launch.tmpl deleted file mode 100644 index a4bee75246..0000000000 --- a/tools/export/ds5_5/rz_a1h.launch.tmpl +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tools/export/ds5_5/rz_a1h.project.tmpl b/tools/export/ds5_5/rz_a1h.project.tmpl deleted file mode 100644 index eee5209b75..0000000000 --- a/tools/export/ds5_5/rz_a1h.project.tmpl +++ /dev/null @@ -1,83 +0,0 @@ - - - {{name}}_ds5_rz_a1h - - - - - - org.eclipse.cdt.managedbuilder.core.genmakebuilder - clean,full,incremental, - - - ?name? - - - - org.eclipse.cdt.make.core.append_environment - true - - - org.eclipse.cdt.make.core.autoBuildTarget - all - - - org.eclipse.cdt.make.core.buildArguments - - - - org.eclipse.cdt.make.core.buildCommand - make - - - org.eclipse.cdt.make.core.buildLocation - ${workspace_loc:/ds5_rz_a1h/Build} - - - org.eclipse.cdt.make.core.cleanBuildTarget - clean - - - org.eclipse.cdt.make.core.contents - org.eclipse.cdt.make.core.activeConfigSettings - - - org.eclipse.cdt.make.core.enableAutoBuild - false - - - org.eclipse.cdt.make.core.enableCleanBuild - true - - - org.eclipse.cdt.make.core.enableFullBuild - true - - - org.eclipse.cdt.make.core.fullBuildTarget - all - - - org.eclipse.cdt.make.core.stopOnError - true - - - org.eclipse.cdt.make.core.useDefaultBuildCmd - true - - - - - org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder - full,incremental, - - - - - - org.eclipse.cdt.core.cnature - org.eclipse.cdt.core.ccnature - org.eclipse.cdt.managedbuilder.core.managedBuildNature - org.eclipse.cdt.managedbuilder.core.ScannerConfigNature - - diff --git a/tools/export/ds5_5/ublox_c027.cproject.tmpl b/tools/export/ds5_5/ublox_c027.cproject.tmpl deleted file mode 100644 index 5a5fff4d49..0000000000 --- a/tools/export/ds5_5/ublox_c027.cproject.tmpl +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tools/export/ds5_5/ublox_c027.launch.tmpl b/tools/export/ds5_5/ublox_c027.launch.tmpl deleted file mode 100644 index 74bc9649e7..0000000000 --- a/tools/export/ds5_5/ublox_c027.launch.tmpl +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tools/export/ds5_5/ublox_c027.project.tmpl b/tools/export/ds5_5/ublox_c027.project.tmpl deleted file mode 100644 index 4f892f370b..0000000000 --- a/tools/export/ds5_5/ublox_c027.project.tmpl +++ /dev/null @@ -1,83 +0,0 @@ - - - {{name}}_ds5_lpc1768 - - - - - - org.eclipse.cdt.managedbuilder.core.genmakebuilder - clean,full,incremental, - - - ?name? - - - - org.eclipse.cdt.make.core.append_environment - true - - - org.eclipse.cdt.make.core.autoBuildTarget - all - - - org.eclipse.cdt.make.core.buildArguments - - - - org.eclipse.cdt.make.core.buildCommand - make - - - org.eclipse.cdt.make.core.buildLocation - ${workspace_loc:/ds5_lpc1768/Build} - - - org.eclipse.cdt.make.core.cleanBuildTarget - clean - - - org.eclipse.cdt.make.core.contents - org.eclipse.cdt.make.core.activeConfigSettings - - - org.eclipse.cdt.make.core.enableAutoBuild - false - - - org.eclipse.cdt.make.core.enableCleanBuild - true - - - org.eclipse.cdt.make.core.enableFullBuild - true - - - org.eclipse.cdt.make.core.fullBuildTarget - all - - - org.eclipse.cdt.make.core.stopOnError - true - - - org.eclipse.cdt.make.core.useDefaultBuildCmd - true - - - - - org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder - full,incremental, - - - - - - org.eclipse.cdt.core.cnature - org.eclipse.cdt.core.ccnature - org.eclipse.cdt.managedbuilder.core.managedBuildNature - org.eclipse.cdt.managedbuilder.core.ScannerConfigNature - - diff --git a/tools/export/ds5_5/vk_rz_a1h.cproject.tmpl b/tools/export/ds5_5/vk_rz_a1h.cproject.tmpl deleted file mode 100644 index 04a6254c2a..0000000000 --- a/tools/export/ds5_5/vk_rz_a1h.cproject.tmpl +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tools/export/ds5_5/vk_rz_a1h.launch.tmpl b/tools/export/ds5_5/vk_rz_a1h.launch.tmpl deleted file mode 100644 index 4978e953f7..0000000000 --- a/tools/export/ds5_5/vk_rz_a1h.launch.tmpl +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tools/export/ds5_5/vk_rz_a1h.project.tmpl b/tools/export/ds5_5/vk_rz_a1h.project.tmpl deleted file mode 100644 index ad5694893b..0000000000 --- a/tools/export/ds5_5/vk_rz_a1h.project.tmpl +++ /dev/null @@ -1,83 +0,0 @@ - - - {{name}}_ds5_vk_rz_a1h - - - - - - org.eclipse.cdt.managedbuilder.core.genmakebuilder - clean,full,incremental, - - - ?name? - - - - org.eclipse.cdt.make.core.append_environment - true - - - org.eclipse.cdt.make.core.autoBuildTarget - all - - - org.eclipse.cdt.make.core.buildArguments - - - - org.eclipse.cdt.make.core.buildCommand - make - - - org.eclipse.cdt.make.core.buildLocation - ${workspace_loc:/ds5_vk_rz_a1h/Build} - - - org.eclipse.cdt.make.core.cleanBuildTarget - clean - - - org.eclipse.cdt.make.core.contents - org.eclipse.cdt.make.core.activeConfigSettings - - - org.eclipse.cdt.make.core.enableAutoBuild - false - - - org.eclipse.cdt.make.core.enableCleanBuild - true - - - org.eclipse.cdt.make.core.enableFullBuild - true - - - org.eclipse.cdt.make.core.fullBuildTarget - all - - - org.eclipse.cdt.make.core.stopOnError - true - - - org.eclipse.cdt.make.core.useDefaultBuildCmd - true - - - - - org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder - full,incremental, - - - - - - org.eclipse.cdt.core.cnature - org.eclipse.cdt.core.ccnature - org.eclipse.cdt.managedbuilder.core.managedBuildNature - org.eclipse.cdt.managedbuilder.core.ScannerConfigNature - -