From 9e3c7e9ef3d1d36bbfe2e5038b7c9b528aea70be Mon Sep 17 00:00:00 2001 From: Mahadevan Mahesh Date: Mon, 22 Aug 2016 15:06:56 -0500 Subject: [PATCH] HEXIWEAR: Add support to create KDS projects for HEXIWEAR Signed-off-by: Mahadevan Mahesh --- tools/export/kds.py | 1 + tools/export/kds_hexiwear_cproject.tmpl | 306 ++++++++++++++++++++++++ tools/export/kds_hexiwear_project.tmpl | 27 +++ 3 files changed, 334 insertions(+) create mode 100644 tools/export/kds_hexiwear_cproject.tmpl create mode 100644 tools/export/kds_hexiwear_project.tmpl diff --git a/tools/export/kds.py b/tools/export/kds.py index 98f4161c0f..13c038deba 100644 --- a/tools/export/kds.py +++ b/tools/export/kds.py @@ -24,6 +24,7 @@ class KDS(Exporter): TARGETS = [ 'K64F', + 'HEXIWEAR', 'K22F', ] diff --git a/tools/export/kds_hexiwear_cproject.tmpl b/tools/export/kds_hexiwear_cproject.tmpl new file mode 100644 index 0000000000..18aa0fba1b --- /dev/null +++ b/tools/export/kds_hexiwear_cproject.tmpl @@ -0,0 +1,306 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tools/export/kds_hexiwear_project.tmpl b/tools/export/kds_hexiwear_project.tmpl new file mode 100644 index 0000000000..1ab5ab3485 --- /dev/null +++ b/tools/export/kds_hexiwear_project.tmpl @@ -0,0 +1,27 @@ + + + {{name}} + This file was automagically generated by mbed.org. For more information, see http://mbed.org/handbook/Exporting-To-KDS + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + + + 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 + +