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.
1 parent ac34f29 commit 9d0e65fCopy full SHA for 9d0e65f
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