Skip to content

Commit 864b349

Browse files
committed
uvision - get_toolchain method regression fix
uvision uses default_toolchain, thus exporter needs to provide a method to distinguish between ARM and uARM. Fixes #1686
1 parent bad536c commit 864b349

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workspace_tools/export/uvision4.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ class Uvision4(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)