1
0
mirror of https://github.com/azure-rtos/threadx synced 2025-01-16 07:42:57 +08:00

Updated cmake system processor

This commit is contained in:
PProvost 2020-05-29 14:37:35 -06:00
parent 4a9be184e3
commit f8e91d4762
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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")