Add toolchain flag to DS-5 exporter

pull/2330/head
Jimmy Brisson 2016-08-01 14:07:12 -05:00
parent ac34f29f66
commit 9d0e65f47a
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ class DS5_5(Exporter):
's_sources':'2'
}
TOOLCHAIN = "ARM"
def get_toolchain(self):
return 'uARM' if (self.target in self.USING_MICROLIB) else 'ARM'