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.
This commit is contained in:
parent
cff09ca3c3
commit
ea02942eec
|
|
@ -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'],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue