Merge pull request #1060 from xiongyihui/master

Arch Max - fix LSI clock value for Arch Max (STM32F407)
pull/1061/head
Martin Kojtal 2015-04-21 08:45:37 +01:00
commit fe39f1a838
1 changed files with 1 additions and 0 deletions

View File

@ -630,6 +630,7 @@ class ARCH_MAX(Target):
self.extra_labels = ['STM', 'STM32F4', 'STM32F407', 'STM32F407VG']
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM"]
self.supported_form_factors = ["ARDUINO"]
self.macros = ['LSI_VALUE=32000']
def program_cycle_s(self):
return 2