🔨 Trigorilla Pro disk based update (#24591)
This commit is contained in:
committed by
Scott Lahteine
parent
98095ddad6
commit
e06340abd1
@ -378,12 +378,31 @@ build_flags = ${stm32_variant.build_flags}
|
||||
build_unflags = ${stm32_variant.build_unflags}
|
||||
-DUSBCON -DUSBD_USE_CDC
|
||||
|
||||
#
|
||||
# TRIGORILLA PRO DISK BASED (STM32F103ZET6)
|
||||
# Builds for Trigorilla to update from SD
|
||||
#
|
||||
[env:trigorilla_pro_disk]
|
||||
extends = stm32_variant
|
||||
board = genericSTM32F103ZE
|
||||
board_build.crypt_chitu = update.zw
|
||||
board_build.variant = MARLIN_F103Zx
|
||||
board_build.offset = 0x8800
|
||||
build_flags = ${stm32_variant.build_flags}
|
||||
-DENABLE_HWSERIAL3 -DTIMER_SERIAL=TIM5
|
||||
build_unflags = ${stm32_variant.build_unflags}
|
||||
-DUSBCON -DUSBD_USE_CDC
|
||||
extra_scripts = ${stm32_variant.extra_scripts}
|
||||
buildroot/share/PlatformIO/scripts/chitu_crypt.py
|
||||
|
||||
|
||||
#
|
||||
# Chitu boards like Tronxy X5s (STM32F103ZET6)
|
||||
#
|
||||
[env:chitu_f103]
|
||||
extends = stm32_variant
|
||||
board = genericSTM32F103ZE
|
||||
board_build.crypt_chitu = update.cbd
|
||||
board_build.variant = MARLIN_F103Zx
|
||||
board_build.offset = 0x8800
|
||||
build_flags = ${stm32_variant.build_flags}
|
||||
|
Reference in New Issue
Block a user