Skip to content

Commit 7adb7a5

Browse files
committed
NUCLEO_F429ZI has integrated LSE
1 parent c57427f commit 7adb7a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

targets/targets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@
868868
"extra_labels": ["STM", "STM32F4", "STM32F429", "STM32F429ZI", "STM32F429xx", "F429_F439"],
869869
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
870870
"progen": {"target": "nucleo-f429zi"},
871-
"macros": ["RTC_LSI=1", "TRANSACTION_QUEUE_SIZE_SPI=2", "USB_STM_HAL"],
871+
"macros": ["TRANSACTION_QUEUE_SIZE_SPI=2", "USB_STM_HAL"],
872872
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "ERROR_RED", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES", "TRNG"],
873873
"detect_code": ["0796"],
874874
"features": ["LWIP"],
@@ -883,12 +883,12 @@
883883
"extra_labels": ["STM", "STM32F4", "STM32F439", "STM32F439ZI", "STM32F439xx", "F429_F439"],
884884
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
885885
"progen": {"target": "nucleo-f439zi"},
886-
"macros": ["RTC_LSI=1", "TRANSACTION_QUEUE_SIZE_SPI=2"],
886+
"macros": ["TRANSACTION_QUEUE_SIZE_SPI=2"],
887887
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "ERROR_RED", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES", "TRNG"],
888888
"detect_code": ["0797"],
889889
"features": ["LWIP"],
890890
"release_versions": ["2", "5"],
891-
"device_name" : "STM32F429ZI"
891+
"device_name" : "STM32F439ZI"
892892
},
893893
"NUCLEO_F446RE": {
894894
"supported_form_factors": ["ARDUINO", "MORPHO"],

0 commit comments

Comments
 (0)