From 14f999b1d49b87b61b6e9bd678c037a7224c6479 Mon Sep 17 00:00:00 2001 From: mazgch Date: Mon, 8 Dec 2014 11:14:27 +0100 Subject: [PATCH] add exporter --- workspace_tools/export/coide.py | 1 + .../export/coide_ublox_c027.coproj.tmpl | 88 +++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 workspace_tools/export/coide_ublox_c027.coproj.tmpl diff --git a/workspace_tools/export/coide.py b/workspace_tools/export/coide.py index cc32fefedd..ecb21a5d4c 100644 --- a/workspace_tools/export/coide.py +++ b/workspace_tools/export/coide.py @@ -27,6 +27,7 @@ class CoIDE(Exporter): 'KL05Z', 'LPC1768', 'ARCH_PRO', + 'UBLOX_C027', 'DISCO_F407VG', 'NUCLEO_L152RE', 'NUCLEO_F030R8', diff --git a/workspace_tools/export/coide_ublox_c027.coproj.tmpl b/workspace_tools/export/coide_ublox_c027.coproj.tmpl new file mode 100644 index 0000000000..687d38e667 --- /dev/null +++ b/workspace_tools/export/coide_ublox_c027.coproj.tmpl @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + {% for file in source_files %} + + {% endfor %} + {% for file in header_files %} + + {% endfor %} + +