🔨 Fix HAL/STM32 F103Zx builds (#22610)
This commit is contained in:
committed by
Scott Lahteine
parent
5e97f37a78
commit
086fa0f0a7
@ -348,9 +348,15 @@ debug_tool = stlink
|
||||
# TRIGORILLA PRO (STM32F103ZET6)
|
||||
#
|
||||
[env:trigorilla_pro]
|
||||
platform = ${common_stm32.platform}
|
||||
extends = env:mks_robin
|
||||
extra_scripts = ${common_stm32.extra_scripts}
|
||||
platform = ${stm32_variant.platform}
|
||||
extends = stm32_variant
|
||||
board = genericSTM32F103ZE
|
||||
board_build.variant = MARLIN_F103Zx
|
||||
board_build.offset = 0x7000
|
||||
build_flags = ${stm32_variant.build_flags}
|
||||
-DENABLE_HWSERIAL3 -DTIMER_SERIAL=TIM5
|
||||
build_unflags = ${stm32_variant.build_unflags}
|
||||
-DUSBCON -DUSBD_USE_CDC
|
||||
|
||||
#
|
||||
# Chitu boards like Tronxy X5s (STM32F103ZET6)
|
||||
|
Reference in New Issue
Block a user