Skip to content

Commit 557ba20

Browse files
committed
🔨 Consolidate BTT linker scripts
Originally from MarlinFirmware#22022
1 parent dd0e5c2 commit 557ba20

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

buildroot/share/PlatformIO/ldscripts/STM32F103RE_SKR_E3_DIP.ld

Lines changed: 0 additions & 14 deletions
This file was deleted.

ini/stm32f1-maple.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ extra_scripts = ${common_stm32f1.extra_scripts}
154154
debug_tool = jlink
155155
upload_protocol = jlink
156156

157+
#
158+
# BigTree SKR Mini E3 DIP / SKR CR6 (STM32F103RET6 ARM Cortex-M3)
157159
#
158160
# STM32F103RE_btt ............. RET6
159161
# STM32F103RE_btt_USB ......... RET6 (USB mass storage)
@@ -162,7 +164,7 @@ upload_protocol = jlink
162164
platform = ${common_stm32f1.platform}
163165
extends = env:STM32F103RE_maple
164166
board_build.address = 0x08007000
165-
board_build.ldscript = STM32F103RE_SKR_E3_DIP.ld
167+
board_build.ldscript = STM32F103RE_SKR_MINI_512K.ld
166168
extra_scripts = ${common_stm32f1.extra_scripts}
167169
buildroot/share/PlatformIO/scripts/custom_board.py
168170
build_flags = ${common_stm32f1.build_flags} -DDEBUG_LEVEL=0 -DSS_TIMER=4

0 commit comments

Comments
 (0)