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 5d8d2ba commit 8e2c957Copy full SHA for 8e2c957
tools/cmake/cores/Cortex-M33FE-NS.cmake
@@ -7,7 +7,7 @@ if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
7
"-mthumb"
8
"-mfpu=fpv5-sp-d16"
9
"-mfloat-abi=softfp"
10
- "-mcpu=cortex-m33+dsp"
+ "-mcpu=cortex-m33"
11
)
12
elseif(${MBED_TOOLCHAIN} STREQUAL "ARM")
13
list(APPEND common_options
tools/cmake/cores/Cortex-M33FE.cmake
0 commit comments