Update list of supported toolchains

pull/680/head
Michael Brudevold 2014-11-07 10:58:50 -06:00
parent 44b72fbb87
commit 185925beec
1 changed files with 1 additions and 1 deletions

View File

@ -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"