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 204dd5b commit bef020bCopy full SHA for bef020b
tools/cmake/cores/Cortex-M55.cmake
@@ -17,13 +17,6 @@ elseif(${MBED_TOOLCHAIN} STREQUAL "ARM")
17
)
18
endif()
19
20
-# We'd like to use just "-mcpu=cortex-m55" in common_options, but due to a bug
21
-# in armclang passing options to armasm, we use the following flags as a
22
-# workaround to select M55.
23
-list(APPEND asm_compile_options
24
- -mcpu=cortex-r7
25
- -Wa,--cpu=cortex-m55
26
-)
27
28
function(mbed_set_cpu_core_definitions target)
29
target_compile_definitions(${target}
0 commit comments