From 136569cf4508adf58602735d4da0626c4e761409 Mon Sep 17 00:00:00 2001 From: 0xc0170 Date: Thu, 12 Jun 2014 15:12:12 +0100 Subject: [PATCH] Freescale KDS template for launch configuration - corrections in templates - include ass/c/c++ --- workspace_tools/export/kds.py | 1 + workspace_tools/export/kds_k64f_cproject.tmpl | 35 +++++++---- workspace_tools/export/kds_launch.tmpl | 59 +++++++++++++++++++ 3 files changed, 84 insertions(+), 11 deletions(-) create mode 100644 workspace_tools/export/kds_launch.tmpl diff --git a/workspace_tools/export/kds.py b/workspace_tools/export/kds.py index bdbec4788a..f7db7195eb 100644 --- a/workspace_tools/export/kds.py +++ b/workspace_tools/export/kds.py @@ -42,3 +42,4 @@ class KDS(Exporter): } self.gen_file('kds_%s_project.tmpl' % self.target.lower(), ctx, '.project') self.gen_file('kds_%s_cproject.tmpl' % self.target.lower(), ctx, '.cproject') + self.gen_file('kds_launch.tmpl', ctx, '%s.launch' % self.program_name) diff --git a/workspace_tools/export/kds_k64f_cproject.tmpl b/workspace_tools/export/kds_k64f_cproject.tmpl index bebc379073..3572e9950e 100644 --- a/workspace_tools/export/kds_k64f_cproject.tmpl +++ b/workspace_tools/export/kds_k64f_cproject.tmpl @@ -23,7 +23,7 @@