Merge pull request #2330 from theotherjimmy/ds-5-toolchain

Add toolchain flag to DS-5 exporter
pull/2331/merge
Sam Grove 2016-08-02 17:18:35 -05:00 committed by GitHub
commit e4db590789
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'