diff --git a/workspace_tools/export/coide.py b/workspace_tools/export/coide.py index c25d90d128..c001d5dd5f 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 %} + +