✨ Creality CR-10 SmartPro (#24151)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
committed by
Scott Lahteine
parent
cb4ad020af
commit
7ed339cfa0
@ -147,6 +147,14 @@ extra_scripts = ${common_stm32f1.extra_scripts}
|
||||
debug_tool = jlink
|
||||
upload_protocol = jlink
|
||||
|
||||
#
|
||||
# Creality (STM32F103RET6)
|
||||
#
|
||||
[env:STM32F103RE_creality_smartPro_maple]
|
||||
extends = env:STM32F103RE_creality_maple
|
||||
board_build.address = 0x08010000
|
||||
board_build.ldscript = crealityPro.ld
|
||||
|
||||
#
|
||||
# BigTree SKR Mini E3 V2.0 & DIP / SKR CR6 (STM32F103RET6 ARM Cortex-M3)
|
||||
#
|
||||
|
@ -153,6 +153,11 @@ board = genericSTM32F103RE
|
||||
extends = STM32F103Rx_creality_xfer
|
||||
board = genericSTM32F103RE
|
||||
|
||||
[env:STM32F103RE_creality_smartPro]
|
||||
extends = STM32F103Rx_creality
|
||||
board_build.offset = 0x10000
|
||||
board_upload.offset_address = 0x08010000
|
||||
|
||||
#
|
||||
# Creality 256K (STM32F103RC)
|
||||
#
|
||||
|
Reference in New Issue
Block a user