changed default compiler to arm

pull/1341/head
Wojciech Gorniak 2015-09-25 12:47:57 +02:00
parent 9cf7aa36f2
commit aba42ad0f8
1 changed files with 1 additions and 1 deletions

View File

@ -658,7 +658,7 @@ class ELMO_F411RE(Target):
self.core = "Cortex-M4F"
self.extra_labels = ['STM', 'STM32F4', 'STM32F411RE']
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM"]
self.default_toolchain = "GCC_ARM"
self.default_toolchain = "uARM"
self.supported_form_factors = ["ARDUINO"]
self.detect_code = ["----"]