Skip to content

Commit 60b22db

Browse files
committed
Added exporter for Analog Devices' CrossCore Embedded Studio
1 parent 04f0f2b commit 60b22db

File tree

3 files changed

+734
-2
lines changed

3 files changed

+734
-2
lines changed

tools/export/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from ..targets import TARGET_NAMES
3131
from . import (lpcxpresso, ds5_5, iar, makefile, embitz, coide, kds, simplicity,
3232
atmelstudio, mcuxpresso, sw4stm32, e2studio, zip, cmsis, uvision,
33-
cdt, vscode, gnuarmeclipse, qtcreator, cmake, nb)
33+
cdt, vscode, gnuarmeclipse, qtcreator, cmake, nb, cces)
3434

3535
EXPORTERS = {
3636
u'uvision5': uvision.Uvision,
@@ -60,7 +60,8 @@
6060
u'vscode_gcc_arm' : vscode.VSCodeGcc,
6161
u'vscode_iar' : vscode.VSCodeIAR,
6262
u'vscode_armc5' : vscode.VSCodeArmc5,
63-
u'cmake_gcc_arm': cmake.GccArm
63+
u'cmake_gcc_arm': cmake.GccArm,
64+
u'cces' : cces.CCES
6465
}
6566

6667
ERROR_MESSAGE_UNSUPPORTED_TOOLCHAIN = """

0 commit comments

Comments
 (0)