FYSETC Cheetah v3.0 (#26314)

This commit is contained in:
Marcella Cavalcanti
2023-10-09 22:52:59 +01:00
committed by Scott Lahteine
parent b58d5dabf8
commit e97d82f77b
5 changed files with 368 additions and 0 deletions

View File

@@ -38,6 +38,17 @@ board_build.offset = 0x8000
build_flags = ${stm32_variant.build_flags} -DSTM32F401xC
upload_command = dfu-util -a 0 -s 0x08008000:leave -D "$SOURCE"
#
# STM32F446RC nobootloader
#
[env:FYSETC_CHEETAH_V30]
extends = stm32_variant
board = marlin_FYSETC_CHEETAH_V30
build_flags = ${stm32_variant.build_flags} -DHAL_PCD_MODULE_ENABLED
debug_tool = stlink
upload_protocol = dfu
upload_command = dfu-util -a 0 -s 0x08000000:leave -D "$SOURCE"
#
# FLYF407ZG
#