From df25f500234dba4ac05b79eb4928787b63d3a892 Mon Sep 17 00:00:00 2001 From: ohagendorf Date: Wed, 31 Dec 2014 16:08:01 +0100 Subject: [PATCH] [DISCO/NUCLEO_L053xx] exporter to CoIDE --- workspace_tools/export/coide.py | 2 + .../export/coide_disco_l053c8.coproj.tmpl | 168 ++++++++++++++++++ .../export/coide_nucleo_l053r8.coproj.tmpl | 168 ++++++++++++++++++ 3 files changed, 338 insertions(+) create mode 100644 workspace_tools/export/coide_disco_l053c8.coproj.tmpl create mode 100644 workspace_tools/export/coide_nucleo_l053r8.coproj.tmpl diff --git a/workspace_tools/export/coide.py b/workspace_tools/export/coide.py index f7de7f66ce..2006b4b143 100644 --- a/workspace_tools/export/coide.py +++ b/workspace_tools/export/coide.py @@ -29,6 +29,7 @@ class CoIDE(Exporter): 'ARCH_PRO', 'UBLOX_C027', 'DISCO_F407VG', + 'NUCLEO_L053R8', 'NUCLEO_L152RE', 'NUCLEO_F030R8', 'NUCLEO_F072RB', @@ -36,6 +37,7 @@ class CoIDE(Exporter): 'NUCLEO_F334R8', 'NUCLEO_F401RE', 'NUCLEO_F411RE', + 'DISCO_L053C8', 'DISCO_F429ZI', 'DISCO_F334C8', 'DISCO_F303VC', diff --git a/workspace_tools/export/coide_disco_l053c8.coproj.tmpl b/workspace_tools/export/coide_disco_l053c8.coproj.tmpl new file mode 100644 index 0000000000..8857942c79 --- /dev/null +++ b/workspace_tools/export/coide_disco_l053c8.coproj.tmpl @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + {% for file in source_files %} + + {% endfor %} + {% for file in header_files %} + + {% endfor %} + + diff --git a/workspace_tools/export/coide_nucleo_l053r8.coproj.tmpl b/workspace_tools/export/coide_nucleo_l053r8.coproj.tmpl new file mode 100644 index 0000000000..fd18d262c3 --- /dev/null +++ b/workspace_tools/export/coide_nucleo_l053r8.coproj.tmpl @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + {% for file in source_files %} + + {% endfor %} + {% for file in header_files %} + + {% endfor %} + +