✨ Creality STM32F401RE board (e.g., Ender-5 S1) (#25773)
This commit is contained in:
@@ -680,14 +680,38 @@ extra_scripts = ${stm32_variant.extra_scripts}
|
||||
monitor_speed = 115200
|
||||
|
||||
[env:STM32F401RC_creality_jlink]
|
||||
extends = env:STM32F401RC_creality
|
||||
debug_tool = jlink
|
||||
upload_protocol = jlink
|
||||
extends = env:STM32F401RC_creality
|
||||
debug_tool = jlink
|
||||
upload_protocol = jlink
|
||||
|
||||
[env:STM32F401RC_creality_stlink]
|
||||
extends = env:STM32F401RC_creality
|
||||
debug_tool = stlink
|
||||
upload_protocol = stlink
|
||||
extends = env:STM32F401RC_creality
|
||||
debug_tool = stlink
|
||||
upload_protocol = stlink
|
||||
|
||||
#
|
||||
# Ender-5 S1 STM32F401RE_creality (CR4NS200141C13 with STM32F401RET6)
|
||||
#
|
||||
[env:STM32F401RE_creality]
|
||||
extends = stm32_variant
|
||||
board = marlin_CREALITY_STM32F401RE
|
||||
board_build.offset = 0x10000
|
||||
board_upload.offset_address = 0x08010000
|
||||
build_flags = ${stm32_variant.build_flags} -DSTM32F401xE -DSTM32F4 -DSTM32F4_UPDATE_FOLDER
|
||||
build_unflags = ${stm32_variant.build_unflags} -DUSBCON -DUSBD_USE_CDC
|
||||
extra_scripts = ${stm32_variant.extra_scripts}
|
||||
pre:buildroot/share/PlatformIO/scripts/random-bin.py
|
||||
monitor_speed = 115200
|
||||
|
||||
[env:STM32F401RE_creality_jlink]
|
||||
extends = env:STM32F401RE_creality
|
||||
debug_tool = jlink
|
||||
upload_protocol = jlink
|
||||
|
||||
[env:STM32F401RE_creality_stlink]
|
||||
extends = env:STM32F401RC_creality
|
||||
debug_tool = stlink
|
||||
upload_protocol = stlink
|
||||
|
||||
#
|
||||
# BigTree SKR mini E3 V3.0.1 (STM32F401RCT6 ARM Cortex-M4)
|
||||
|
Reference in New Issue
Block a user