Updated readme, etc.

This commit is contained in:
PProvost
2020-05-13 11:47:56 -06:00
parent 9f648c4e54
commit 40081863d5
8 changed files with 182 additions and 1 deletions

13
cmake/cortex_m0.cmake Normal file
View File

@@ -0,0 +1,13 @@
# Name of the target
set(CMAKE_SYSTEM_NAME Generic)
set(CMAKE_SYSTEM_PROCESSOR cortex-m4)
set(THREADX_ARCH "cortex_m0")
set(THREADX_TOOLCHAIN "gnu")
set(MCPU_FLAGS "-mthumb -mcpu=cortex-m0")
set(VFP_FLAGS "")
set(SPEC_FLAGS "--specs=nosys.specs")
# set(LD_FLAGS "-nostartfiles")
include(${CMAKE_CURRENT_LIST_DIR}/arm-none-eabi.cmake)