Firmware Upload via Binary Transfer (#23462)

This commit is contained in:
GHGiampy
2022-01-09 08:14:03 +01:00
committed by Scott Lahteine
parent 2ca1d844d7
commit 67e5298a34
8 changed files with 770 additions and 24 deletions

View File

@ -100,7 +100,6 @@ build_flags = ${common_STM32F103RC_variant.build_flags}
-DTIMER_SERVO=TIM5 -DDEFAULT_SPI=3
build_unflags = ${common_STM32F103RC_variant.build_unflags}
-DUSBCON -DUSBD_USE_CDC
monitor_speed = 115200
debug_tool = stlink
#
@ -124,6 +123,12 @@ monitor_speed = 115200
debug_tool = jlink
upload_protocol = jlink
[env:STM32F103RET6_creality_xfer]
extends = env:STM32F103RET6_creality
extra_scripts = ${env:STM32F103RET6_creality.extra_scripts}
pre:buildroot/share/scripts/upload.py
upload_protocol = custom
#
# BigTree SKR Mini E3 V2.0 & DIP / SKR CR6 (STM32F103RET6 ARM Cortex-M3)
#