Skip to content

Commit fe39f1a

Browse files
committed
Merge pull request #1060 from xiongyihui/master
Arch Max - fix LSI clock value for Arch Max (STM32F407)
2 parents fd08914 + bae48d5 commit fe39f1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workspace_tools/targets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@ def __init__(self):
630630
self.extra_labels = ['STM', 'STM32F4', 'STM32F407', 'STM32F407VG']
631631
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM"]
632632
self.supported_form_factors = ["ARDUINO"]
633+
self.macros = ['LSI_VALUE=32000']
633634

634635
def program_cycle_s(self):
635636
return 2

0 commit comments

Comments
 (0)