STM32F4: changed name of Module17 linker script to a more generic one

The linker script for Module17 is nothing more than the generic linker
script used to create binaries for the STM32F4xx MCUs. To reflect this,
its name has been changed to one with a broader scope.
pull/313/head
Silvano Seva 2025-03-10 21:43:45 +01:00
rodzic cff09ca3c3
commit ea02942eec
2 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -630,7 +630,7 @@ mod17_opts = {
'dependencies' : [codec2_dep],
'c_args' : mod17_args,
'cpp_args' : mod17_args,
'link_args' : ['-Wl,-T../platform/mcu/STM32F4xx/linker_script_Mod17.ld',
'link_args' : ['-Wl,-T../platform/mcu/STM32F4xx/stm32_1m+192k_rom.ld',
'-Wl,--print-memory-usage'],
}