Skip to content

Commit

Permalink
Updated cmake system processor
Browse files Browse the repository at this point in the history
  • Loading branch information
PProvost committed May 29, 2020
1 parent 6dea5fe commit b652166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/cortex_m0.cmake
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
2 changes: 1 addition & 1 deletion cmake/cortex_m3.cmake
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit b652166

Please sign in to comment.