Skip to content

Commit c43d779

Browse files
authoredNov 5, 2024··
Merge pull request #2540 from fpistm/stm32cubeG4_update
chore(g4): update to latest STM32CubeG4 v1.6.1
·
2.10.12.9.0
2 parents 417cb4f + e11bbcd commit c43d779

File tree

75 files changed

+28798
-3902
lines changed

Some content is hidden

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

75 files changed

+28798
-3902
lines changed
 

‎cores/arduino/stm32/stm32_def_build.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@
202202
#define CMSIS_STARTUP_FILE "startup_stm32g0b1xx.s"
203203
#elif defined(STM32G0C1xx)
204204
#define CMSIS_STARTUP_FILE "startup_stm32g0c1xx.s"
205+
#elif defined(STM32G411xB)
206+
#define CMSIS_STARTUP_FILE "startup_stm32g411xb.s"
207+
#elif defined(STM32G411xC)
208+
#define CMSIS_STARTUP_FILE "startup_stm32g411xc.s"
205209
#elif defined(STM32G414xx)
206210
#define CMSIS_STARTUP_FILE "startup_stm32g414xx.s"
207211
#elif defined(STM32G431xx)

‎system/Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g411xb.h

Lines changed: 11550 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.