Changed Arch Max default program cycle timer to 2 seconds

pull/919/head
Mihail Stoyanov 2015-02-16 21:57:56 +02:00
parent 31f66c22e5
commit 0e4e1dd9f0
1 changed files with 3 additions and 0 deletions

View File

@ -615,6 +615,9 @@ class ARCH_MAX(Target):
self.core = "Cortex-M4F"
self.extra_labels = ['STM', 'STM32F4', 'STM32F407', 'STM32F407VG']
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM"]
def program_cycle_s(self):
return 2
class DISCO_F051R8(Target):
def __init__(self):