✨ BTT SKR Mini E3 V3.0.1 (#24722)
This commit is contained in:
@ -656,3 +656,21 @@ upload_protocol = jlink
|
||||
extends = env:STM32F401RC_creality
|
||||
debug_tool = stlink
|
||||
upload_protocol = stlink
|
||||
|
||||
#
|
||||
# BigTree SKR mini E3 V3.0.1 (STM32F401RCT6 ARM Cortex-M4)
|
||||
#
|
||||
[env:STM32F401RC_btt]
|
||||
extends = stm32_variant
|
||||
platform = ststm32@~14.1.0
|
||||
platform_packages = framework-arduinoststm32@https://github.com/stm32duino/Arduino_Core_STM32/archive/main.zip
|
||||
board = marlin_STM32F401RC
|
||||
board_build.offset = 0x4000
|
||||
board_upload.offset_address = 0x08004000
|
||||
build_flags = ${stm32_variant.build_flags}
|
||||
-DPIN_SERIAL6_RX=PC_7 -DPIN_SERIAL6_TX=PC_6
|
||||
-DSERIAL_RX_BUFFER_SIZE=1024 -DSERIAL_TX_BUFFER_SIZE=1024
|
||||
-DTIMER_SERVO=TIM3 -DTIMER_TONE=TIM4
|
||||
-DSTEP_TIMER_IRQ_PRIO=0
|
||||
upload_protocol = stlink
|
||||
debug_tool = stlink
|
||||
|
Reference in New Issue
Block a user