mirror of https://github.com/ARMmbed/mbed-os.git
[DISCO-F407VG]:Changed: Default toolchain from uARM to ARM.
parent
6e45dafa0e
commit
1b8f2c7c3f
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue