🔨 Makefile + 256K Creality Maple + Heater IDs (#26018)
This commit is contained in:
@@ -111,7 +111,7 @@ lib_deps = ${env:STM32F103RC_btt_maple.lib_deps}
|
||||
USBComposite for STM32F1@0.91
|
||||
|
||||
#
|
||||
# Creality (STM32F103RET6)
|
||||
# Creality 512K (STM32F103RET6)
|
||||
#
|
||||
[env:STM32F103RE_creality_maple]
|
||||
extends = env:STM32F103RE_maple
|
||||
@@ -123,13 +123,13 @@ debug_tool = jlink
|
||||
upload_protocol = jlink
|
||||
|
||||
#
|
||||
# Creality (STM32F103RCT6)
|
||||
# Creality 256K (STM32F103RCT6)
|
||||
#
|
||||
[env:STM32F103RC_creality_maple]
|
||||
extends = env:STM32F103RC_maple
|
||||
build_flags = ${env:STM32F103RC_maple.build_flags} -DTEMP_TIMER_CHAN=4
|
||||
board_build.address = 0x08007000
|
||||
board_build.ldscript = creality.ld
|
||||
board_build.ldscript = creality256k.ld
|
||||
board_build.rename = firmware-{date}-{time}.bin
|
||||
debug_tool = jlink
|
||||
upload_protocol = jlink
|
||||
|
||||
Reference in New Issue
Block a user