✨ FYSETC SPIDER KING407 (#24696)
This commit is contained in:
committed by
Scott Lahteine
parent
aabd3e9e19
commit
96d050c7ba
@ -71,6 +71,16 @@ board_build.offset = 0x8000
|
||||
board_upload.offset_address = 0x08008000
|
||||
upload_command = dfu-util -a 0 -s 0x08008000:leave -D "$SOURCE"
|
||||
|
||||
#
|
||||
# FYSETC SPIDER KING407 (STM32F407ZGT6 ARM Cortex-M4)
|
||||
#
|
||||
[env:FYSETC_SPIDER_KING407]
|
||||
extends = stm32_variant
|
||||
board = marlin_STM32F407ZGT6
|
||||
board_build.variant = MARLIN_FYSETC_SPIDER_KING407
|
||||
board_build.offset = 0x8000
|
||||
upload_protocol = dfu
|
||||
|
||||
#
|
||||
# STM32F407VET6 with RAMPS-like shield
|
||||
# 'Black' STM32F407VET6 board - https://wiki.stm32duino.com/index.php?title=STM32F407
|
||||
|
Reference in New Issue
Block a user