Skip to content

Commit c84dd59

Browse files
committed
uvision5 - get_toolchain method
same solution as in PR #1687 but for Keil v5
1 parent d25daf7 commit c84dd59

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)