Skip to content

Commit d7f0379

Browse files
committed
add support to h753 series
1 parent 553d579 commit d7f0379

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

silicon/STMicroelectronics/stm32cubexx.devices.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ set (
88
"STM32G431xx"
99
"STM32G474xx"
1010
"STM32H7A3xxQ"
11-
"STM32H743xx")
11+
"STM32H743xx"
12+
"STM32H753xx")
1213

1314
# check if there exists a cache variable within the supported list
1415
if (${STM32_DEVICE} IN_LIST LIST_SUPPORTED_STM32_DEVICE)

silicon/STMicroelectronics/stm32cubexx.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ This document provides comprehensive documentation for the STM32CubeXX library i
107107
"STM32G474xx" # STM32G4 series - Cortex-M4F
108108
"STM32H7A3xxQ" # STM32H7 series - Cortex-M7
109109
"STM32H743xx" # STM32H7 series - Cortex-M7
110+
"STM32H753xx" # STM32H7 series - Cortex-M7
110111
```
111112

112113
**Validation**: Performs compile-time validation of `STM32_DEVICE` against supported list

0 commit comments

Comments
 (0)