Skip to content

Commit 8e2c957

Browse files
committed
CMake cores: remove dsp as it is on by default
1 parent 5d8d2ba commit 8e2c957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/cmake/cores/Cortex-M33FE-NS.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
77
"-mthumb"
88
"-mfpu=fpv5-sp-d16"
99
"-mfloat-abi=softfp"
10-
"-mcpu=cortex-m33+dsp"
10+
"-mcpu=cortex-m33"
1111
)
1212
elseif(${MBED_TOOLCHAIN} STREQUAL "ARM")
1313
list(APPEND common_options

tools/cmake/cores/Cortex-M33FE.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
77
"-mthumb"
88
"-mfpu=fpv5-sp-d16"
99
"-mfloat-abi=softfp"
10-
"-mcpu=cortex-m33+dsp"
10+
"-mcpu=cortex-m33"
1111
)
1212
elseif(${MBED_TOOLCHAIN} STREQUAL "ARM")
1313
list(APPEND common_options

0 commit comments

Comments
 (0)