Skip to content

Commit bb640bf

Browse files
authored
Merge pull request #2609 from fpistm/stm32cubeH7_update
chore(h7): update to latest STM32CubeH7 v1.12.1
2 parents 27ae59c + 574f1f6 commit bb640bf

File tree

221 files changed

+16089
-6346
lines changed

Some content is hidden

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

221 files changed

+16089
-6346
lines changed

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sdio.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
#pragma GCC diagnostic push
33
#pragma GCC diagnostic ignored "-Wunused-parameter"
44

5-
#ifdef STM32U5xx
5+
#ifdef STM32H7xx
6+
#include "stm32h7xx_hal_sdio.c"
7+
#elif STM32U5xx
68
#include "stm32u5xx_hal_sdio.c"
79
#endif
810
#pragma GCC diagnostic pop

system/Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h723xx.h

Lines changed: 292 additions & 135 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h725xx.h

Lines changed: 292 additions & 135 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h730xx.h

Lines changed: 292 additions & 135 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h730xxq.h

Lines changed: 292 additions & 135 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h733xx.h

Lines changed: 293 additions & 136 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h735xx.h

Lines changed: 292 additions & 135 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h742xx.h

Lines changed: 197 additions & 95 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h743xx.h

Lines changed: 199 additions & 97 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h745xg.h

Lines changed: 199 additions & 97 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)