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
+
+