Skip to content

Commit 2912522

Browse files
committed
Exporters - Name the eclipse exporters
1 parent 7bcc63b commit 2912522

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/export/cdt/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,14 @@ def generate(self):
4141

4242
class EclipseGcc(Eclipse, GccArm):
4343
LOAD_EXE = True
44+
NAME = "Eclipse-GCC-ARM"
4445

4546
class EclipseArmc5(Eclipse, Armc5):
4647
LOAD_EXE = False
48+
NAME = "Eclipse-Armc5"
4749

4850
class EclipseIAR(Eclipse, IAR):
4951
LOAD_EXE = True
52+
NAME = "Eclipse-IAR"
5053

5154

0 commit comments

Comments
 (0)