Skip to content

Commit bae48d5

Browse files
committed
fix LSI clock value for Arch Max (STM32F407)
1 parent 41824de commit bae48d5

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)