Skip to content

Commit 90da54a

Browse files
JonatanAntonibrondani
authored andcommitted
[buildmgr] Add Cortex-M52 support to IAR toolchain configuration
1 parent 791759c commit 90da54a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/buildmgr/cbuildgen/config/IAR.9.32.1.cmake

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ elseif(CPU STREQUAL "Cortex-M35P")
9191
set(SUPPORTS_TZ TRUE)
9292
set(SUPPORTS_DSP TRUE)
9393

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+
94100
elseif(CPU STREQUAL "Cortex-M55")
95101
set(IAR_CPU "Cortex-M55")
96102
set(FPU_FLAGS "none" "VFPv5_d16" "VFPv5_d16" "VFPv5_d16")

0 commit comments

Comments
 (0)