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