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 bfea69a

Browse files
committedJan 30, 2025
STM32H5: adding MCU_TYPE
1 parent cd84e10 commit bfea69a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/platform/common/stm32/system.c‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ const mcuTypeInfo_t *getMcuTypeInfo(void)
346346
{ .id = MCU_TYPE_F746, .name = "STM32F746" },
347347
#elif defined(STM32F765xx)
348348
{ .id = MCU_TYPE_F765, .name = "STM32F765" },
349+
#elif defined(STM32H563xx)
350+
{ .id = MCU_TYPE_H563, .name = "STM32H563" },
349351
#elif defined(STM32H750xx)
350352
{ .id = MCU_TYPE_H750, .name = "STM32H750" },
351353
#elif defined(STM32H730xx)

0 commit comments

Comments
 (0)
Please sign in to comment.