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 2ae138f

Browse files
authoredDec 4, 2024··
Merge pull request #2587 from fpistm/stm32cubeC0_update
chore(c0): update to latest STM32CubeC0 v1.3.0
2 parents 6f28a48 + bd82281 commit 2ae138f

File tree

183 files changed

+41188
-436
lines changed

Some content is hidden

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

183 files changed

+41188
-436
lines changed
 

‎cmake/boards_db.cmake

Lines changed: 242 additions & 2 deletions
Large diffs are not rendered by default.

‎cores/arduino/stm32/stm32_def_build.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@
66
#define CMSIS_STARTUP_FILE "startup_stm32c011xx.s"
77
#elif defined(STM32C031xx)
88
#define CMSIS_STARTUP_FILE "startup_stm32c031xx.s"
9+
#elif defined(STM32C051xx)
10+
#define CMSIS_STARTUP_FILE "startup_stm32c051xx.s"
911
#elif defined(STM32C071xx)
1012
#define CMSIS_STARTUP_FILE "startup_stm32c071xx.s"
13+
#elif defined(STM32C091xx)
14+
#define CMSIS_STARTUP_FILE "startup_stm32c091xx.s"
15+
#elif defined(STM32C092xx)
16+
#define CMSIS_STARTUP_FILE "startup_stm32c092xx.s"
1117
#elif defined(STM32F030x6)
1218
#define CMSIS_STARTUP_FILE "startup_stm32f030x6.s"
1319
#elif defined(STM32F030x8)

0 commit comments

Comments
 (0)