Skip to content

Commit

Permalink
uvision5 - get_toolchain method
Browse files Browse the repository at this point in the history
same solution as in PR ARMmbed#1687 but for Keil v5
  • Loading branch information
ohagendorf committed Apr 26, 2016
1 parent d25daf7 commit c84dd59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workspace_tools/export/uvision5.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ class Uvision5(Exporter):
# target is not supported yet
continue

def get_toolchain(self):
return TARGET_MAP[self.target].default_toolchain

def generate(self):
""" Generates the project files """
Expand Down

0 comments on commit c84dd59

Please sign in to comment.