Skip to content

Commit

Permalink
Merge pull request #253 from XANTH-IO/maintenance/add-h5-missing-devices
Browse files Browse the repository at this point in the history
Add STM32H523/533 subfamily
  • Loading branch information
xanthio authored Jul 2, 2024
2 parents 346cad8 + a45b77b commit 6d5c31d
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions cmake/stm32/h5.cmake
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
set(STM32_H5_TYPES
H503xx H562xx H563xx H573xx
H503xx H523xx H533xx H562xx H563xx H573xx
)

set(STM32_H5_TYPE_MATCH
"H503.." "H562.." "H563.." "H573.."
"H503.." "H523.." "H533.." "H562.." "H563.." "H573.."
)
set(STM32_H5_RAM_SIZES
32K 640K 640K 640K
32K 272K 272K 640K 640K 640K
)
set(STM32_H5_CCRAM_SIZES
0K 0K 0K 0K
0K 0K 0K 0K 0K 0K
)

stm32_util_create_family_targets(H5)
Expand All @@ -27,6 +27,20 @@ list(APPEND STM32_ALL_DEVICES
H503EB
H503KB
H503RB
H523CC
H523CE
H523HE
H523RC
H523RE
H523VC
H523VE
H523ZC
H523ZE
H533CE
H533HE
H533RE
H533VE
H533ZE
H562AG
H562AI
H562IG
Expand Down

0 comments on commit 6d5c31d

Please sign in to comment.