Skip to content

Commit 036adb6

Browse files
authored
Merge pull request #87 from wjklimek1/stm32h5_family_id
Add generic family id for STM32H5 series
2 parents 3f3cc83 + 74275ff commit 036adb6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

utils/uf2families.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@
144144
"short_name": "STM32F407",
145145
"description": "ST STM32F407"
146146
},
147+
{
148+
"id": "0x4e8f1c5d",
149+
"short_name": "STM32H5",
150+
"description": "ST STM32H5xx"
151+
},
147152
{
148153
"id": "0x6db66082",
149154
"short_name": "STM32H7",

0 commit comments

Comments
 (0)