the other jimmy / mbed-sdk-tools

Fork of mbed-sdk-tools by mbed official

Revision:
31:182518299918
Parent:
0:66f3b5499f7f
diff -r f12ce67666d0 -r 182518299918 export/zip.py
--- a/export/zip.py	Mon Aug 29 11:56:59 2016 +0100
+++ b/export/zip.py	Wed Jan 04 11:58:24 2017 -0600
@@ -33,9 +33,11 @@
         's_sources':'2'
     }
 
+    TOOLCHAIN = 'ARM'
+
     def get_toolchain(self):
         return 'uARM' if (self.target in self.USING_MICROLIB) else 'ARM'
 
     def generate(self):
         return True
-        
\ No newline at end of file
+