Skip to content

Commit aa9d0db

Browse files
committed
NUCLEO_F429ZI - Add SERIAL_FC macro
1 parent e9d0fbd commit aa9d0db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hal/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -830,8 +830,8 @@
830830
"extra_labels": ["STM", "STM32F4", "STM32F429", "STM32F429ZI", "STM32F429xx"],
831831
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
832832
"progen": {"target": "nucleo-f429zi"},
833-
"macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT", "DEVICE_RTC_LSI=1"],
834-
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
833+
"macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT"],
834+
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "RTC_LSI", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
835835
"detect_code": ["0796"],
836836
"features": ["IPV4"],
837837
"release_versions": ["2", "5"]

0 commit comments

Comments
 (0)