Skip to content

Commit 9d0e65f

Browse files
committed
Add toolchain flag to DS-5 exporter
1 parent ac34f29 commit 9d0e65f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/export/ds5_5.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ class DS5_5(Exporter):
4040
's_sources':'2'
4141
}
4242

43+
TOOLCHAIN = "ARM"
44+
4345
def get_toolchain(self):
4446
return 'uARM' if (self.target in self.USING_MICROLIB) else 'ARM'
4547

0 commit comments

Comments
 (0)