🔨 Adjust INI comments (#25183)
This commit is contained in:
committed by
Scott Lahteine
parent
f7485cea60
commit
fecb66779a
@@ -135,7 +135,11 @@ debug_tool = jlink
|
||||
upload_protocol = jlink
|
||||
|
||||
#
|
||||
# Custom upload to SD via Marlin with Binary Protocol
|
||||
# Creality (STM32F103Rx)
|
||||
# With custom upload to SD via Marlin with binary protocol.
|
||||
# Requires Marlin with BINARY_FILE_TRANSFER already installed on the target board.
|
||||
# If CUSTOM_FIRMWARE_UPLOAD is also installed, Marlin will reboot the board to install the firmware.
|
||||
# Currently CUSTOM_FIRMWARE_UPLOAD must also be enabled to use 'xfer' build envs.
|
||||
#
|
||||
[STM32F103Rx_creality_xfer]
|
||||
extends = STM32F103Rx_creality
|
||||
@@ -151,10 +155,16 @@ upload_protocol = custom
|
||||
extends = STM32F103Rx_creality
|
||||
board = genericSTM32F103RE
|
||||
|
||||
#
|
||||
# Creality 512K (STM32F103RE) with custom binary upload to SD (see above).
|
||||
#
|
||||
[env:STM32F103RE_creality_xfer]
|
||||
extends = STM32F103Rx_creality_xfer
|
||||
board = genericSTM32F103RE
|
||||
|
||||
#
|
||||
# Creality 512K (STM32F103RE) for new 64KiB bootloader (CR-10 Smart Pro printer)
|
||||
#
|
||||
[env:STM32F103RE_creality_smartPro]
|
||||
extends = STM32F103Rx_creality
|
||||
board_build.offset = 0x10000
|
||||
@@ -167,6 +177,9 @@ board_upload.offset_address = 0x08010000
|
||||
extends = STM32F103Rx_creality
|
||||
board = genericSTM32F103RC
|
||||
|
||||
#
|
||||
# Creality 256K (STM32F103RC) with custom binary upload to SD (see above).
|
||||
#
|
||||
[env:STM32F103RC_creality_xfer]
|
||||
extends = STM32F103Rx_creality_xfer
|
||||
board = genericSTM32F103RC
|
||||
|
||||
Reference in New Issue
Block a user