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 b857fde commit 21d78a1Copy full SHA for 21d78a1
tools/cmake/cores/Cortex-M33-NS.cmake
@@ -14,10 +14,8 @@ elseif(${MBED_TOOLCHAIN} STREQUAL "ARM")
14
"-mfpu=none"
15
)
16
list(APPEND asm_compile_options
17
- "-mcpu=Cortex-M33.no_dsp.no_fp"
18
- )
19
- list(APPEND link_options
20
- "--cpu=Cortex-M33.no_dsp.no_fp"
+ "-mcpu=cortex-m33+nodsp"
+ "-mfpu=none"
21
22
endif()
23
tools/cmake/cores/Cortex-M33.cmake
0 commit comments