diff --git a/workspace_tools/export/coide.py b/workspace_tools/export/coide.py index cc605f910d..0b6f64d7ba 100644 --- a/workspace_tools/export/coide.py +++ b/workspace_tools/export/coide.py @@ -32,7 +32,8 @@ class CoIDE(Exporter): 'NUCLEO_F401RE', 'NUCLEO_F411RE', 'DISCO_F429ZI', - 'DISCO_F334C8' + 'DISCO_F334C8', + 'MTS_MDOT', ] # seems like CoIDE currently supports only one type diff --git a/workspace_tools/export/coide_mts_mdot.coproj.tmpl b/workspace_tools/export/coide_mts_mdot.coproj.tmpl new file mode 100644 index 0000000000..a73727f767 --- /dev/null +++ b/workspace_tools/export/coide_mts_mdot.coproj.tmpl @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + {% for file in source_files %} + + {% endfor %} + {% for file in header_files %} + + {% endfor %} + +