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 791759c commit 90da54aCopy full SHA for 90da54a
tools/buildmgr/cbuildgen/config/IAR.9.32.1.cmake
@@ -91,6 +91,12 @@ elseif(CPU STREQUAL "Cortex-M35P")
91
set(SUPPORTS_TZ TRUE)
92
set(SUPPORTS_DSP TRUE)
93
94
+elseif(CPU STREQUAL "Cortex-M52")
95
+ set(IAR_CPU "Cortex-M52")
96
+ set(FPU_FLAGS "none" "VFPv5_d16" "VFPv5_d16" "VFPv5_d16")
97
+ set(SUPPORTS_MVE TRUE)
98
+ set(SUPPORTS_TZ TRUE)
99
+
100
elseif(CPU STREQUAL "Cortex-M55")
101
set(IAR_CPU "Cortex-M55")
102
set(FPU_FLAGS "none" "VFPv5_d16" "VFPv5_d16" "VFPv5_d16")
0 commit comments