Change uARM default toolchain for DISCO_F429ZI

pull/1507/head
Mihail Stoyanov 2015-12-04 14:15:48 +00:00
parent 88bbe088da
commit 936c576140
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ class DISCO_F429ZI(Target):
self.core = "Cortex-M4F"
self.extra_labels = ['STM', 'STM32F4', 'STM32F429', 'STM32F429ZI']
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM", "IAR"]
self.default_toolchain = "GCC_ARM"
self.default_toolchain = "uARM"
class DISCO_F469NI(Target):
def __init__(self):