diff --git a/tools/export/e2studio/__init__.py b/tools/export/e2studio/__init__.py index 5195919f7d0..4246dbc06b0 100644 --- a/tools/export/e2studio/__init__.py +++ b/tools/export/e2studio/__init__.py @@ -32,6 +32,7 @@ def generate(self): self.gen_file('e2studio/.cproject.tmpl', jinja_ctx, '.cproject', trim_blocks=True, lstrip_blocks=True) self.gen_file('e2studio/.gdbinit.tmpl', jinja_ctx, '.gdbinit') + self.gen_file('e2studio/launch5x.tmpl', jinja_ctx, '%s OpenOCD 5x.launch' % self.project_name, trim_blocks=True, lstrip_blocks=True) self.gen_file('e2studio/launch.tmpl', jinja_ctx, '%s OpenOCD.launch' % self.project_name, trim_blocks=True, lstrip_blocks=True) self.gen_file('gnuarmeclipse/.project.tmpl', jinja_ctx, '.project', trim_blocks=True, lstrip_blocks=True) diff --git a/tools/export/e2studio/launch.tmpl b/tools/export/e2studio/launch.tmpl index 2524c4d9d6a..bbc47c918b9 100644 --- a/tools/export/e2studio/launch.tmpl +++ b/tools/export/e2studio/launch.tmpl @@ -1,29 +1,29 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - + diff --git a/tools/export/e2studio/launch5x.tmpl b/tools/export/e2studio/launch5x.tmpl new file mode 100644 index 00000000000..2524c4d9d6a --- /dev/null +++ b/tools/export/e2studio/launch5x.tmpl @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +