You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/Platforms/NORMALFVP/platform.cmake

7 lines
275 B
CMake

function(configure_platform PROJECTNAME ROOT CORE PLATFORMFOLDER)
if (GCC)
target_sources(${PROJECTNAME} PRIVATE ${PLATFORMFOLDER}/${CORE}/Startup/GCC/startup_asm_${CORE}.S)
# target_link_options(${PROJECTNAME} PRIVATE "-lrdimon;-lc")
endif()
endfunction()