From bece72c83f4568c5b90e14af35e7abe439cf28f4 Mon Sep 17 00:00:00 2001 From: ohagendorf Date: Fri, 20 Mar 2015 01:32:51 +0100 Subject: [PATCH] [ARCH_MAX] exporter for CoIDE --- workspace_tools/export/coide.py | 1 + .../export/coide_arch_max.coproj.tmpl | 90 +++++++++++++++++++ 2 files changed, 91 insertions(+) create mode 100644 workspace_tools/export/coide_arch_max.coproj.tmpl diff --git a/workspace_tools/export/coide.py b/workspace_tools/export/coide.py index aa3b916718..0231cc7c02 100644 --- a/workspace_tools/export/coide.py +++ b/workspace_tools/export/coide.py @@ -27,6 +27,7 @@ class CoIDE(Exporter): 'KL05Z', 'LPC1768', 'ARCH_PRO', + 'ARCH_MAX', 'UBLOX_C027', 'NUCLEO_L053R8', 'NUCLEO_L152RE', diff --git a/workspace_tools/export/coide_arch_max.coproj.tmpl b/workspace_tools/export/coide_arch_max.coproj.tmpl new file mode 100644 index 0000000000..a9824a6403 --- /dev/null +++ b/workspace_tools/export/coide_arch_max.coproj.tmpl @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + {% for file in source_files %} + + {% endfor %} + {% for file in header_files %} + + {% endfor %} + +