Skip to content

Commit 0b77111

Browse files
committed
Merge pull request #1693 from ohagendorf/master
uvision5 - get_toolchain method
2 parents e090a88 + c84dd59 commit 0b77111

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workspace_tools/export/uvision5.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ class Uvision5(Exporter):
4444
# target is not supported yet
4545
continue
4646

47+
def get_toolchain(self):
48+
return TARGET_MAP[self.target].default_toolchain
4749

4850
def generate(self):
4951
""" Generates the project files """

0 commit comments

Comments
 (0)