✨ Tronxy v10 (#24787)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user