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 0bcd1f7 commit 09e0ffdCopy full SHA for 09e0ffd
cmsis/CMSIS_5/CMSIS/RTOS2/RTX/CMakeLists.txt
@@ -15,6 +15,8 @@ function(_mbed_get_cortex_m_exception_handlers toolchain_dir)
15
set(STARTUP_RTX_FILE TARGET_M3/irq_cm3.S)
16
elseif(${key} STREQUAL M33)
17
set(STARTUP_RTX_FILE TARGET_M33/irq_armv8mml.S)
18
+ elseif(${key} STREQUAL M55)
19
+ set(STARTUP_RTX_FILE TARGET_M33/irq_armv8mml.S)
20
elseif(${key} STREQUAL RTOS_M4_M7)
21
set(STARTUP_RTX_FILE TARGET_RTOS_M4_M7/irq_cm4f.S)
22
endif()
0 commit comments