✨ Firmware Upload via Binary Transfer (#23462)
This commit is contained in:
@ -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)
|
||||
#
|
||||
|
Reference in New Issue
Block a user