mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-21 13:47:49 -06:00
STM32F103.. reorganization, SKR mini fix (#15398)
This commit is contained in:
parent
5e9898600b
commit
43d6e9fa43
23 changed files with 98 additions and 55 deletions
|
@ -1,8 +0,0 @@
|
|||
Import("env")
|
||||
|
||||
# Relocate firmware from 0x08000000 to 0x08007000
|
||||
for define in env['CPPDEFINES']:
|
||||
if define[0] == "VECT_TAB_ADDR":
|
||||
env['CPPDEFINES'].remove(define)
|
||||
env['CPPDEFINES'].append(("VECT_TAB_ADDR", "0x08007000"))
|
||||
env.Replace(LDSCRIPT_PATH="buildroot/share/PlatformIO/ldscripts/STM32F1_SKR_MINI.ld")
|
Loading…
Add table
Add a link
Reference in a new issue