Skip to content

Commit

Permalink
🔨 Consolidate BTT linker scripts
Browse files Browse the repository at this point in the history
Originally from #22022
  • Loading branch information
thinkyhead committed Jun 3, 2021
1 parent 67c1075 commit 62dc3e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
14 changes: 0 additions & 14 deletions buildroot/share/PlatformIO/ldscripts/STM32F103RE_SKR_E3_DIP.ld

This file was deleted.

4 changes: 3 additions & 1 deletion ini/stm32f1-maple.ini
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ extra_scripts = ${common_stm32f1.extra_scripts}
debug_tool = jlink
upload_protocol = jlink

#
# BigTree SKR Mini E3 DIP / SKR CR6 (STM32F103RET6 ARM Cortex-M3)
#
# STM32F103RE_btt ............. RET6
# STM32F103RE_btt_USB ......... RET6 (USB mass storage)
Expand All @@ -162,7 +164,7 @@ upload_protocol = jlink
platform = ${common_stm32f1.platform}
extends = env:STM32F103RE_maple
board_build.address = 0x08007000
board_build.ldscript = STM32F103RE_SKR_E3_DIP.ld
board_build.ldscript = STM32F103RE_SKR_MINI_512K.ld
extra_scripts = ${common_stm32f1.extra_scripts}
buildroot/share/PlatformIO/scripts/custom_board.py
build_flags = ${common_stm32f1.build_flags} -DDEBUG_LEVEL=0 -DSS_TIMER=4
Expand Down

0 comments on commit 62dc3e7

Please sign in to comment.