We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3c558 commit 736b1d5Copy full SHA for 736b1d5
examples/build_system/cmake/cpu/cortex-m0.cmake
@@ -1,7 +1,7 @@
1
if (TOOLCHAIN STREQUAL "gcc")
2
set(TOOLCHAIN_COMMON_FLAGS
3
-mthumb
4
- -mcpu=cortex-m0plus
+ -mcpu=cortex-m0
5
-mfloat-abi=soft
6
)
7
set(FREERTOS_PORT GCC_ARM_CM0 CACHE INTERNAL "")
0 commit comments