Skip to content

Commit

Permalink
Rename STM32F722 gcc linker script
Browse files Browse the repository at this point in the history
  • Loading branch information
bakatrouble committed Oct 27, 2021
1 parent 61104fc commit 0ffeab1
Show file tree
Hide file tree
Showing 2 changed files 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_F722ZE EXCLUDE_FROM_ALL)

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

0 comments on commit 0ffeab1

Please sign in to comment.