Skip to content

Commit ca24745

Browse files
committed
[MTS_DRAGONFLY_F411RE] use LSI for RTC since LSE is no longer populated by default
1 parent ccab2c5 commit ca24745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@
12691269
"core": "Cortex-M4F",
12701270
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
12711271
"extra_labels": ["STM", "STM32F4", "STM32F411RE"],
1272-
"macros": ["HSE_VALUE=26000000", "VECT_TAB_OFFSET=0x08010000","TRANSACTION_QUEUE_SIZE_SPI=2"],
1272+
"macros": ["HSE_VALUE=26000000", "VECT_TAB_OFFSET=0x08010000","TRANSACTION_QUEUE_SIZE_SPI=2", "RTC_LSI=1"],
12731273
"post_binary_hook": {
12741274
"function": "MTSCode.combine_bins_mts_dragonfly",
12751275
"toolchains": ["GCC_ARM", "ARM_STD", "ARM_MICRO"]

0 commit comments

Comments
 (0)