mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-10 07:15:02 -06:00
🔨 Fix HAL/STM32 F103Zx builds (#22610)
This commit is contained in:
parent
90cd1ca68d
commit
efb9ea92b8
10 changed files with 66 additions and 74 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue