[DISCO-F407VG]:Changed: Default toolchain from uARM to ARM.

pull/1522/head
dinau 2016-02-11 13:59:26 +09:00
parent 6e45dafa0e
commit 1b8f2c7c3f
1 changed files with 1 additions and 1 deletions

View File

@ -873,7 +873,7 @@ class DISCO_F407VG(Target):
self.extra_labels = ['STM', 'STM32F4', 'STM32F407', 'STM32F407VG']
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM"]
self.progen_target ='disco-f407vg'
self.default_toolchain = "uARM"
self.default_toolchain = "ARM"
class DISCO_F429ZI(Target):
def __init__(self):