From c782054eb598a29c78f42f3b78e55f19ba926665 Mon Sep 17 00:00:00 2001 From: Jimmy Brisson Date: Mon, 8 May 2017 14:03:27 -0500 Subject: [PATCH] Remove unsupported Coide exports They simply would error with "template not found". Instead, lets just disable them. --- tools/export/coide/__init__.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/export/coide/__init__.py b/tools/export/coide/__init__.py index 5c570921c5..87ffda5711 100644 --- a/tools/export/coide/__init__.py +++ b/tools/export/coide/__init__.py @@ -30,7 +30,6 @@ class CoIDE(Exporter): 'ARCH_PRO', 'ARCH_MAX', 'UBLOX_C027', - 'NUCLEO_L011K4', 'NUCLEO_L053R8', 'NUCLEO_L152RE', 'NUCLEO_F030R8', @@ -39,18 +38,14 @@ class CoIDE(Exporter): 'NUCLEO_F072RB', 'NUCLEO_F091RC', 'NUCLEO_F103RB', - 'NUCLEO_F207ZG', 'NUCLEO_F302R8', 'NUCLEO_F303K8', 'NUCLEO_F303RE', 'NUCLEO_F334R8', - 'NUCLEO_F303ZE', 'NUCLEO_F401RE', 'NUCLEO_F410RB', 'NUCLEO_F411RE', - 'NUCLEO_F429ZI', 'NUCLEO_F446RE', - 'NUCLEO_F446ZE', 'DISCO_L053C8', 'DISCO_F051R8', 'DISCO_F100RB', @@ -59,7 +54,6 @@ class CoIDE(Exporter): 'DISCO_F401VC', 'DISCO_F407VG', 'DISCO_F429ZI', - 'DISCO_F469NI', 'MTS_MDOT_F405RG', 'MTS_MDOT_F411RE', 'MOTE_L152RC',