Skip to content

Commit 3c3e133

Browse files
committed
system(h5): update STM32H5xx CMSIS Drivers to v1.6.0
Included in STM32CubeH5 FW v1.6.0 Signed-off-by: Frederic Pillon <[email protected]>
1 parent 3f0f311 commit 3c3e133

87 files changed

Lines changed: 137660 additions & 1132 deletions

File tree

Some content is hidden

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

system/Drivers/CMSIS/Device/ST/STM32H5xx/Include/Templates/partition_stm32h5e4xx.h

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

system/Drivers/CMSIS/Device/ST/STM32H5xx/Include/Templates/partition_stm32h5e5xx.h

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

system/Drivers/CMSIS/Device/ST/STM32H5xx/Include/Templates/partition_stm32h5f4xx.h

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

system/Drivers/CMSIS/Device/ST/STM32H5xx/Include/Templates/partition_stm32h5f5xx.h

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

system/Drivers/CMSIS/Device/ST/STM32H5xx/Include/partition_stm32h5xx.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@
6060
#include "partition_stm32h533xx.h"
6161
#elif defined(STM32H523xx)
6262
#include "partition_stm32h523xx.h"
63+
#elif defined(STM32H5E5xx)
64+
#include "partition_stm32h5e5xx.h"
65+
#elif defined(STM32H5F5xx)
66+
#include "partition_stm32h5f5xx.h"
67+
#elif defined(STM32H5E4xx)
68+
#include "partition_stm32h5e4xx.h"
69+
#elif defined(STM32H5F4xx)
70+
#include "partition_stm32h5f4xx.h"
6371
#else
6472
#error "Please select first the target STM32H5xx device used in your application (in stm32h5xx.h file)"
6573
#endif

system/Drivers/CMSIS/Device/ST/STM32H5xx/Include/stm32h503xx.h

Lines changed: 59 additions & 118 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32H5xx/Include/stm32h523xx.h

Lines changed: 108 additions & 176 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32H5xx/Include/stm32h533xx.h

Lines changed: 111 additions & 195 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32H5xx/Include/stm32h562xx.h

Lines changed: 128 additions & 186 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32H5xx/Include/stm32h563xx.h

Lines changed: 129 additions & 186 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)