mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-24 07:03:55 -06:00
STM32 PIO: Override default LD Script using LINKFLAGS build scope (#15853)
This commit is contained in:
parent
9ca25118d0
commit
4ff708cb3a
9 changed files with 71 additions and 10 deletions
|
@ -5,7 +5,6 @@ Import("env", "projenv")
|
|||
# Relocate firmware from 0x08000000 to 0x08002000
|
||||
#env['CPPDEFINES'].remove(("VECT_TAB_ADDR", 134217728))
|
||||
#env['CPPDEFINES'].append(("VECT_TAB_ADDR", "0x08010000"))
|
||||
#env.Replace(LDSCRIPT_PATH="buildroot/share/PlatformIO/ldscripts/fysetc_aio_ii.ld")
|
||||
|
||||
# Custom HEX from ELF
|
||||
env.AddPostAction(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue