diff options
| author | PProvost <[email protected]> | 2020-05-29 14:37:32 -0600 |
|---|---|---|
| committer | PProvost <[email protected]> | 2020-05-29 14:37:32 -0600 |
| commit | b652166cab7d9a3ced4057926e828c9768076190 (patch) | |
| tree | 2d93ba6207f18f43c17cdbaca4fe3b80ddd175c1 | |
| parent | 6dea5fe72c95e2344d9f8a5a43362841b866832c (diff) | |
Updated cmake system processor
| -rw-r--r-- | cmake/cortex_m0.cmake | 2 | ||||
| -rw-r--r-- | cmake/cortex_m3.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cmake/cortex_m0.cmake b/cmake/cortex_m0.cmake index c1ecc14..82a50ec 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") diff --git a/cmake/cortex_m3.cmake b/cmake/cortex_m3.cmake index 622c456..9cc1e06 100644 --- a/cmake/cortex_m3.cmake +++ b/cmake/cortex_m3.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-m3) set(THREADX_ARCH "cortex_m3") set(THREADX_TOOLCHAIN "gnu") |
