Skip to content

Commit

Permalink
Fix types and matches
Browse files Browse the repository at this point in the history
  • Loading branch information
xanthio committed Apr 8, 2024
1 parent da260cf commit 6cbfdbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions cmake/stm32/common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ set(STM32_SUPPORTED_FAMILIES_LONG_NAME
STM32H5
STM32H7_M4 STM32H7_M7
STM32L0 STM32L1 STM32L4 STM32L5
STM32U0
STM32U5
STM32U0 STM32U5
STM32WB_M4 STM32WL_M4 STM32WL_M0PLUS
STM32MP1_M4 )

Expand Down
10 changes: 5 additions & 5 deletions cmake/stm32/u0.cmake
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
set(STM32_U0_TYPES
U031xx
U073xC
U083xC
U073xx
U083xx
)
set(STM32_U0_TYPE_MATCH
"U031.."
"U073.."
"U083.."
"U031.[468]"
"U073.C"
"U083.C"
)
set(STM32_U0_RAM_SIZES
12K
Expand Down

0 comments on commit 6cbfdbc

Please sign in to comment.