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.
2 parents 57a6fe3 + cd6cb71 commit 6c08123Copy full SHA for 6c08123
tools/cmake/cores/Cortex-M33-NS.cmake
@@ -5,8 +5,7 @@
5
if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
6
list(APPEND common_options
7
"-mthumb"
8
- "-mcpu=cortex-m33+nodsp"
9
- "-mfpu=none"
+ "-mcpu=cortex-m33+nodsp+nofp"
10
)
11
elseif(${MBED_TOOLCHAIN} STREQUAL "ARM")
12
tools/cmake/cores/Cortex-M33.cmake
0 commit comments