mirror of https://github.com/ARMmbed/mbed-os.git
Deprecate Coide
parent
fea553c6d5
commit
8856f1ab0a
|
|
@ -16,9 +16,10 @@ limitations under the License.
|
|||
"""
|
||||
from os.path import splitext, basename
|
||||
|
||||
from tools.export.exporters import Exporter
|
||||
from tools.export.exporters import Exporter, deprecated_exporter
|
||||
|
||||
|
||||
@deprecated_exporter
|
||||
class CoIDE(Exporter):
|
||||
NAME = 'CoIDE'
|
||||
TOOLCHAIN = 'GCC_ARM'
|
||||
|
|
|
|||
Loading…
Reference in New Issue