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 d579e8c commit 0af67ebCopy full SHA for 0af67eb
stm32cube/CMakeLists.txt
@@ -86,6 +86,8 @@ elseif(CONFIG_CPU_CORTEX_M55)
86
zephyr_compile_definitions( -DCORE_CM55 )
87
elseif(CONFIG_CPU_CORTEX_A7)
88
zephyr_compile_definitions( -DCORE_CA7 )
89
+elseif(CONFIG_CPU_CORTEX_A35)
90
+ zephyr_compile_definitions( -DCORE_CA35 )
91
elseif(CONFIG_CPU_CORTEX_M33)
92
zephyr_compile_definitions( -DCORE_CM33 )
93
endif()
0 commit comments