Skip to content

Commit e4db590

Browse files
authored
Merge pull request #2330 from theotherjimmy/ds-5-toolchain
Add toolchain flag to DS-5 exporter
2 parents 76ea1cc + 9d0e65f commit e4db590

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)