File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -31,21 +31,20 @@ def generate(self):
31
31
self .gen_file ('cdt/necessary_software.tmpl' , ctx ,
32
32
join ('eclipse-extras' ,'necessary_software.p2f' ))
33
33
34
- cproj = relpath ('.cproject' ,self .export_dir )
35
- self .gen_file ('cdt/.cproject.tmpl' , ctx ,
36
- cproj )
37
- proj = relpath ('.project' ,self .export_dir )
38
- self .gen_file ('cdt/.project.tmpl' , ctx ,
39
- proj )
34
+ self .gen_file ('cdt/.cproject.tmpl' , ctx , '.cproject' )
35
+ self .gen_file ('cdt/.project.tmpl' , ctx , '.project' )
40
36
41
37
42
38
class EclipseGcc (Eclipse , GccArm ):
43
39
LOAD_EXE = True
40
+ NAME = "Eclipse-GCC-ARM"
44
41
45
42
class EclipseArmc5 (Eclipse , Armc5 ):
46
43
LOAD_EXE = False
44
+ NAME = "Eclipse-Armc5"
47
45
48
46
class EclipseIAR (Eclipse , IAR ):
49
47
LOAD_EXE = True
48
+ NAME = "Eclipse-IAR"
50
49
51
50
You can’t perform that action at this time.
0 commit comments