We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76ea1cc + 9d0e65f commit e4db590Copy full SHA for e4db590
tools/export/ds5_5.py
@@ -40,6 +40,8 @@ class DS5_5(Exporter):
40
's_sources':'2'
41
}
42
43
+ TOOLCHAIN = "ARM"
44
+
45
def get_toolchain(self):
46
return 'uARM' if (self.target in self.USING_MICROLIB) else 'ARM'
47
0 commit comments