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