Fix STM32H7Ax build (#358)

pull/15530/head
Jamie Smith 2024-09-24 21:37:05 -07:00 committed by GitHub
parent d0dba1a533
commit 626d795f00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,6 @@ add_library(mbed-stm32h7a3xiq INTERFACE)
target_sources(mbed-stm32h7a3xiq
INTERFACE
system_clock.c
${STARTUP_FILE}
)

View File

@ -3718,11 +3718,11 @@
"public": false,
"core": "Cortex-M7FD",
"extra_labels_add": [
"STM32H7A3xIQ"
"STM32H7A3xIQ",
"STM32H7_280MHZ"
],
"macros_add": [
"STM32H7A3xxQ",
"STM32H7_280MHZ",
"MBED_SPLIT_HEAP"
],
"device_name": "STM32H7A3ZITxQ"