Skip to content

Commit 09e0ffd

Browse files
committed
CMake rtos: add M55 to irq handlers, use m33 handlers = the same
1 parent 0bcd1f7 commit 09e0ffd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmsis/CMSIS_5/CMSIS/RTOS2/RTX/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ function(_mbed_get_cortex_m_exception_handlers toolchain_dir)
1515
set(STARTUP_RTX_FILE TARGET_M3/irq_cm3.S)
1616
elseif(${key} STREQUAL M33)
1717
set(STARTUP_RTX_FILE TARGET_M33/irq_armv8mml.S)
18+
elseif(${key} STREQUAL M55)
19+
set(STARTUP_RTX_FILE TARGET_M33/irq_armv8mml.S)
1820
elseif(${key} STREQUAL RTOS_M4_M7)
1921
set(STARTUP_RTX_FILE TARGET_RTOS_M4_M7/irq_cm4f.S)
2022
endif()

0 commit comments

Comments
 (0)