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 75ea78a commit 1bf00d7Copy full SHA for 1bf00d7
stm32cube/CMakeLists.txt
@@ -65,6 +65,7 @@ set(supported_series
65
stm32l5x
66
stm32mp1x
67
stm32mp13x
68
+ stm32mp2x
69
stm32n6x
70
stm32u0x
71
stm32u5x
@@ -84,6 +85,8 @@ elseif(CONFIG_CPU_CORTEX_M55)
84
85
zephyr_compile_definitions( -DCORE_CM55 )
86
elseif(CONFIG_CPU_CORTEX_A7)
87
zephyr_compile_definitions( -DCORE_CA7 )
88
+elseif(CONFIG_CPU_CORTEX_M33)
89
+ zephyr_compile_definitions( -DCORE_CM33 )
90
endif()
91
92
# Define the HSE frequency visible to Cube if a value is specified in Zephyr.
0 commit comments