We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da260cf commit 6cbfdbcCopy full SHA for 6cbfdbc
cmake/stm32/common.cmake
@@ -5,8 +5,7 @@ set(STM32_SUPPORTED_FAMILIES_LONG_NAME
5
STM32H5
6
STM32H7_M4 STM32H7_M7
7
STM32L0 STM32L1 STM32L4 STM32L5
8
- STM32U0
9
- STM32U5
+ STM32U0 STM32U5
10
STM32WB_M4 STM32WL_M4 STM32WL_M0PLUS
11
STM32MP1_M4 )
12
cmake/stm32/u0.cmake
@@ -1,12 +1,12 @@
1
set(STM32_U0_TYPES
2
U031xx
3
- U073xC
4
- U083xC
+ U073xx
+ U083xx
)
set(STM32_U0_TYPE_MATCH
- "U031.."
- "U073.."
- "U083.."
+ "U031.[468]"
+ "U073.C"
+ "U083.C"
set(STM32_U0_RAM_SIZES
12K
0 commit comments