Tronxy v10 (#24787)

This commit is contained in:
ellensp
2022-10-18 16:41:41 +13:00
committed by Scott Lahteine
parent 29294007ef
commit 485fb77596
13 changed files with 1970 additions and 1 deletions

View File

@ -699,3 +699,18 @@ board_build.offset = 0x0000
board_upload.offset_address = 0x08000000
upload_protocol = dfu
upload_command = dfu-util -a 0 -s 0x08000000:leave -D "$SOURCE"
#
# STM32F446ZET6 ARM Cortex-M4
#
[env:STM32F446_tronxy]
platform = ${common_stm32.platform}
extends = stm32_variant
board = marlin_STM32F446ZET_tronxy
board_build.offset = 0x10000
board_build.rename = fmw_tronxy.bin
build_src_filter = ${common_stm32.build_src_filter}
build_flags = ${stm32_variant.build_flags}
-DSTM32F4xx
build_unflags = ${stm32_variant.build_unflags} -fno-rtti
-DUSBCON -DUSBD_USE_CDC