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 path in include_paths %} {% endfor %}
+
+
+ {% for s in symbols %} {% endfor %}
+
+
+
+
+
+
+
+
+
+
+
+
+ {% for lib in libraries %}
+
+ {% endfor %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% for path in include_paths %} {% endfor %}
+
+
+ {% for s in symbols %} {% endfor %}
+
+
+
+
+
+
+
+
+
+
+
+
+ {% for lib in libraries %}
+
+ {% endfor %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% 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 path in include_paths %} {% endfor %}
+
+
+ {% for s in symbols %} {% endfor %}
+
+
+
+
+
+
+
+
+
+
+
+
+ {% for lib in libraries %}
+
+ {% endfor %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% for path in include_paths %} {% endfor %}
+
+
+ {% for s in symbols %} {% endfor %}
+
+
+
+
+
+
+
+
+
+
+
+
+ {% for lib in libraries %}
+
+ {% endfor %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% for file in source_files %}
+
+ {% endfor %}
+ {% for file in header_files %}
+
+ {% endfor %}
+
+