shithub: lwext4

ref: 0a5f433674baa0f7fdd6c95a32f33edef60535b0
dir: /toolchain/cortex-m3.cmake/

View raw version
# Name of the target
set(CMAKE_SYSTEM_NAME arm-none-eabi)
set(CMAKE_SYSTEM_PROCESSOR cortex-m3)

set(MCPU_FLAGS "-mthumb -mcpu=cortex-m3")
set(VFP_FLAGS "")
set(LD_FLAGS "-nostartfiles")

include(${CMAKE_CURRENT_LIST_DIR}/common/arm-none-eabi.cmake)