mirror of https://github.com/ARMmbed/mbed-os.git
Update list of supported toolchains
parent
44b72fbb87
commit
185925beec
|
@ -595,7 +595,7 @@ class MTS_MDOT(Target):
|
|||
self.core = "Cortex-M4F"
|
||||
self.extra_labels = ['STM', 'STM32F4', 'STM32F405RG']
|
||||
self.macros = ['HSE_VALUE=26000000']
|
||||
self.supported_toolchains = ["GCC_ARM", "IAR"]
|
||||
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM", "IAR"]
|
||||
self.is_disk_virtual = True
|
||||
self.default_toolchain = "GCC_ARM"
|
||||
|
||||
|
|
Loading…
Reference in New Issue