Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b03d007

Browse files
authoredJul 18, 2023
Merge pull request #2068 from fpistm/stm32CubeU5_1.3.0
Update to latest STM32CubeU5 v1.3.0
2 parents 3f9aa10 + 9bcdecf commit b03d007

File tree

241 files changed

+146896
-2500
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+146896
-2500
lines changed
 

‎cores/arduino/stm32/stm32_def_build.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,14 @@
438438
#define CMSIS_STARTUP_FILE "startup_stm32u5a5xx.s"
439439
#elif defined(STM32U5A9xx)
440440
#define CMSIS_STARTUP_FILE "startup_stm32u5a9xx.s"
441+
#elif defined(STM32U5F7xx)
442+
#define CMSIS_STARTUP_FILE "startup_stm32u5f7xx.s"
443+
#elif defined(STM32U5F9xx)
444+
#define CMSIS_STARTUP_FILE "startup_stm32u5f9xx.s"
445+
#elif defined(STM32U5G7xx)
446+
#define CMSIS_STARTUP_FILE "startup_stm32u5g7xx.s"
447+
#elif defined(STM32U5G9xx)
448+
#define CMSIS_STARTUP_FILE "startup_stm32u5g9xx.s"
441449
#elif defined(STM32WB10xx)
442450
#define CMSIS_STARTUP_FILE "startup_stm32wb10xx_cm4.s"
443451
#elif defined(STM32WB15xx)

‎libraries/SrcWrapper/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ add_library(SrcWrapper_bin OBJECT EXCLUDE_FROM_ALL
5858
src/HAL/stm32yyxx_hal_fmpsmbus.c
5959
src/HAL/stm32yyxx_hal_fmpsmbus_ex.c
6060
src/HAL/stm32yyxx_hal_gfxmmu.c
61+
src/HAL/stm32yyxx_hal_gfxtim.c
6162
src/HAL/stm32yyxx_hal_gpio.c
6263
src/HAL/stm32yyxx_hal_gpio_ex.c
6364
src/HAL/stm32yyxx_hal_gpu2d.c

0 commit comments

Comments
 (0)