File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -745,6 +745,20 @@ build_flags = ${stm32_variant.build_flags}
745
745
upload_protocol = stlink
746
746
debug_tool = stlink
747
747
748
+ #
749
+ # BigTreeTech SKR Mini E3 V3.0.1 (STM32F401RCT6 ARM Cortex-M0+)
750
+ # Custom upload to SD via Marlin with Binary Protocol
751
+ # Requires Marlin with BINARY_FILE_TRANSFER already installed on the target board.
752
+ # If CUSTOM_FIRMWARE_UPLOAD is also installed, Marlin will reboot the board to install the firmware.
753
+ # Currently CUSTOM_FIRMWARE_UPLOAD must also be enabled to use 'xfer' build envs.
754
+ #
755
+ [env:STM32F401RC_btt_xfer]
756
+ extends = env:STM32F401RC_btt
757
+ build_flags = ${env:STM32F401RC_btt.build_flags} -DXFER_BUILD
758
+ extra_scripts = ${env:STM32F401RC_btt.extra_scripts}
759
+ pre:buildroot/share/scripts/upload.py
760
+ upload_protocol = custom
761
+
748
762
#
749
763
# MKS SKIPR v1.0 all-in-one board (STM32F407VE)
750
764
#
You can’t perform that action at this time.
0 commit comments