🔨 Update SKR 3 env (#24711)
This commit is contained in:
committed by
Sven Soost
parent
37aaae242b
commit
f51ed2fb12
@@ -24,8 +24,7 @@
|
|||||||
#
|
#
|
||||||
[env:BTT_SKR_SE_BX]
|
[env:BTT_SKR_SE_BX]
|
||||||
extends = stm32_variant
|
extends = stm32_variant
|
||||||
# framework-arduinoststm32 uses biqu-bx-workaround branch
|
platform_packages = framework-arduinoststm32@https://github.com/thisiskeithb/Arduino_Core_STM32/archive/biqu-bx-workaround.zip
|
||||||
platform_packages = framework-arduinoststm32@https://github.com/thisiskeithb/Arduino_Core_STM32/archive/8b3522051a.zip
|
|
||||||
board = marlin_BTT_SKR_SE_BX
|
board = marlin_BTT_SKR_SE_BX
|
||||||
board_build.offset = 0x20000
|
board_build.offset = 0x20000
|
||||||
build_flags = ${stm32_variant.build_flags} ${stm_flash_drive.build_flags}
|
build_flags = ${stm32_variant.build_flags} ${stm_flash_drive.build_flags}
|
||||||
@@ -45,18 +44,18 @@ debug_tool = cmsis-dap
|
|||||||
#
|
#
|
||||||
[env:STM32H743Vx_btt]
|
[env:STM32H743Vx_btt]
|
||||||
extends = stm32_variant
|
extends = stm32_variant
|
||||||
platform = ststm32@~14.1.0
|
platform = ststm32@~15.4.1
|
||||||
platform_packages = framework-arduinoststm32@~4.20600.231001
|
platform_packages = framework-arduinoststm32@~4.20200.220530
|
||||||
board = marlin_STM32H743Vx
|
board = marlin_STM32H743Vx
|
||||||
board_build.offset = 0x20000
|
board_build.offset = 0x20000
|
||||||
board_upload.offset_address = 0x08020000
|
board_upload.offset_address = 0x08020000
|
||||||
build_flags = ${stm32_variant.build_flags}
|
build_flags = ${stm32_variant.build_flags}
|
||||||
-DPIN_SERIAL1_RX=PA_10 -DPIN_SERIAL1_TX=PA_9
|
-DPIN_SERIAL1_RX=PA_10 -DPIN_SERIAL1_TX=PA_9
|
||||||
-DPIN_SERIAL3_RX=PD_9 -DPIN_SERIAL3_TX=PD_8
|
-DPIN_SERIAL3_RX=PD_9 -DPIN_SERIAL3_TX=PD_8
|
||||||
-DPIN_SERIAL4_RX=PA_1 -DPIN_SERIAL4_TX=PA_0
|
-DPIN_SERIAL4_RX=PA_1 -DPIN_SERIAL4_TX=PA_0
|
||||||
-DSERIAL_RX_BUFFER_SIZE=1024 -DSERIAL_TX_BUFFER_SIZE=1024
|
-DSERIAL_RX_BUFFER_SIZE=1024 -DSERIAL_TX_BUFFER_SIZE=1024
|
||||||
-DTIMER_SERVO=TIM5 -DTIMER_TONE=TIM2
|
-DTIMER_SERVO=TIM5 -DTIMER_TONE=TIM2
|
||||||
-DSTEP_TIMER_IRQ_PRIO=0
|
-DSTEP_TIMER_IRQ_PRIO=0
|
||||||
-DD_CACHE_DISABLED
|
-DD_CACHE_DISABLED
|
||||||
upload_protocol = cmsis-dap
|
upload_protocol = cmsis-dap
|
||||||
debug_tool = cmsis-dap
|
debug_tool = cmsis-dap
|
||||||
|
|||||||
Reference in New Issue
Block a user