summaryrefslogtreecommitdiff
path: root/cmake/cortex_m0.cmake
diff options
context:
space:
mode:
authorPProvost <[email protected]>2020-05-29 14:37:28 -0600
committerPProvost <[email protected]>2020-05-29 14:37:28 -0600
commit101ae22d1e6e4d458aa6d400f4e419593dd4b7dd (patch)
tree57d95627e75834927a75d9b690501d3d3485da18 /cmake/cortex_m0.cmake
parent35a977685463af4b756d5396b9bcb73f33eae9ff (diff)
Updated cmake system processor
Diffstat (limited to 'cmake/cortex_m0.cmake')
-rw-r--r--cmake/cortex_m0.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/cortex_m0.cmake b/cmake/cortex_m0.cmake
index c1ecc144..82a50ecf 100644
--- a/cmake/cortex_m0.cmake
+++ b/cmake/cortex_m0.cmake
@@ -1,6 +1,6 @@
# Name of the target
set(CMAKE_SYSTEM_NAME Generic)
-set(CMAKE_SYSTEM_PROCESSOR cortex-m4)
+set(CMAKE_SYSTEM_PROCESSOR cortex-m0)
set(THREADX_ARCH "cortex_m0")
set(THREADX_TOOLCHAIN "gnu")