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 0d61d54 commit 2ba4623Copy full SHA for 2ba4623
stm32cube/CMakeLists.txt
@@ -64,6 +64,7 @@ set(supported_series
64
stm32l4x
65
stm32l5x
66
stm32mp1x
67
+ stm32mp13x
68
stm32n6x
69
stm32u0x
70
stm32u5x
@@ -81,6 +82,8 @@ elseif(CONFIG_CPU_CORTEX_M7)
81
82
zephyr_compile_definitions( -DCORE_CM7 )
83
elseif(CONFIG_CPU_CORTEX_M55)
84
zephyr_compile_definitions( -DCORE_CM55 )
85
+elseif(CONFIG_CPU_CORTEX_A7)
86
+ zephyr_compile_definitions( -DCORE_CA7 )
87
endif()
88
89
# Define the HSE frequency visible to Cube if a value is specified in Zephyr.
0 commit comments