Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 00e8231

Browse files
committedJun 9, 2023
Add SKR Mini E3 V3.0.1 _xfer Environment
Similar to SKR Mini E3 V3's _xfer environment.
1 parent f3cda01 commit 00e8231

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎ini/stm32f4.ini

+14
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,20 @@ build_flags = ${stm32_variant.build_flags}
745745
upload_protocol = stlink
746746
debug_tool = stlink
747747

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+
748762
#
749763
# MKS SKIPR v1.0 all-in-one board (STM32F407VE)
750764
#

0 commit comments

Comments
 (0)
Please sign in to comment.