Skip to content

Commit

Permalink
Added H5 devices to list of known devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Hish15 committed Dec 20, 2023
1 parent 9b57e2e commit e37e0de
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/stm32/common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ set(STM32_SUPPORTED_FAMILIES_LONG_NAME
STM32C0
STM32F0 STM32F1 STM32F2 STM32F3 STM32F4 STM32F7
STM32G0 STM32G4
STM32H5 STM32H7_M4 STM32H7_M7
STM32H5
STM32H7_M4 STM32H7_M7
STM32L0 STM32L1 STM32L4 STM32L5
STM32U5
STM32WB_M4 STM32WL_M4 STM32WL_M0PLUS
Expand Down
31 changes: 31 additions & 0 deletions cmake/stm32/devices.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,37 @@ set(STM32_ALL_DEVICES
G4A1RE
G4A1VE
GBK1CB
H503CB
H503EB
H503KB
H503RB
H562AG
H562AI
H562IG
H562II
H562RG
H562RI
H562VG
H562VI
H562ZG
H562ZI
H563AG
H563AI
H563IG
H563II
H563MI
H563RG
H563RI
H563VG
H563VI
H563ZG
H563ZI
H573AI
H573II
H573MI
H573RI
H573VI
H573ZI
H723VE
H723VG
H723ZE
Expand Down
4 changes: 4 additions & 0 deletions docs/MAINTAIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ It also give information on the RAM and CCRAM available

Update the list `STM32_SUPPORTED_FAMILIES_LONG_NAME` located in the cmake/stm32/common.cmake file

## Add devices to list of devices in devices.cmake

Add all known devices to the list of all devices

## Update cube, cmsis and hal version in utilities.cmake

The versions to use can be found as follow:
Expand Down

0 comments on commit e37e0de

Please sign in to comment.