Skip to content

Commit

Permalink
Merge pull request ARMmbed#14309 from hugueskamba/hk_cmake_fix_stm32f…
Browse files Browse the repository at this point in the history
…091xc_gcc_arm

CMake: Fix STM32F091XC Mbed targets GCC_ARM build
  • Loading branch information
0xc0170 committed Feb 22, 2021
2 parents 3bb8de6 + 11a445b commit dbbdd0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add_subdirectory(TARGET_NUCLEO_F091RC EXCLUDE_FROM_ALL)

if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
set(STARTUP_FILE TOOLCHAIN_GCC_ARM/startup_stm32f091xc.S)
set(LINKER_FILE TOOLCHAIN_GCC_ARM/stm32f091xc.ld)
set(LINKER_FILE TOOLCHAIN_GCC_ARM/STM32F091XC.ld)
elseif(${MBED_TOOLCHAIN} STREQUAL "ARM")
set(STARTUP_FILE TOOLCHAIN_ARM/startup_stm32f091xc.S)
set(LINKER_FILE TOOLCHAIN_ARM/stm32f091xc.sct)
Expand Down

0 comments on commit dbbdd0f

Please sign in to comment.