File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
silicon/STMicroelectronics Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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
1415if (${STM32_DEVICE} IN_LIST LIST_SUPPORTED_STM32_DEVICE)
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments