Sovol v1.3.1 (Sovol SV06) (#25267)

This commit is contained in:
Michael Hill
2023-03-18 01:56:07 -04:00
committed by GitHub
parent b5836b243a
commit c914761327
7 changed files with 275 additions and 0 deletions

View File

@@ -392,3 +392,17 @@ board_build.variant = MARLIN_F103Vx
board_build.ldscript = eryone_ery32_mini.ld
board_build.address = 0x08004000
build_unflags = ${STM32F1_maple.build_unflags}
#
# Sovol (GD32F103RET6)
#
[env:GD32F103RET6_sovol_maple]
extends = env:STM32F103RE_maple
build_flags = ${STM32F1_maple.build_flags} -DTEMP_TIMER_CHAN=4
board_build.address = 0x08007000
board_build.ldscript = sovol.ld
extra_scripts = ${STM32F1_maple.extra_scripts}
pre:buildroot/share/PlatformIO/scripts/random-bin.py
buildroot/share/PlatformIO/scripts/custom_board.py
debug_tool = jlink
upload_protocol = jlink