Mellow Fly E3 V2 (STM32F407VG) (#26081)

This commit is contained in:
jaysuk
2023-08-26 00:43:57 +01:00
committed by GitHub
parent 8fa6a4da2e
commit 209fadd2e6
6 changed files with 545 additions and 2 deletions

View File

@@ -806,3 +806,22 @@ board_build.offset = 0x8000
build_flags = ${stm32_variant.build_flags} -DSTM32F407_5ZX
debug_tool = stlink
upload_protocol = stlink
#
# Mellow Fly E3 V2 (STM32F407VGT6 ARM Cortex-M4)
#
[env:FLY_E3_V2]
extends = stm32_variant
board = marlin_STM32F407VGT6_CCM
board_build.variant = MARLIN_F4x7Vx
board_build.offset = 0x8000
board_upload.offset_address = 0x08008000
build_flags = ${stm32_variant.build_flags}
-DHAVE_HWSERIAL1 -DHAVE_HWSERIAL3
-DPIN_SERIAL1_RX=PA_10 -DPIN_SERIAL1_TX=PA_9
-DPIN_SERIAL3_RX=PD_9 -DPIN_SERIAL3_TX=PD_8
-DHAL_SD_MODULE_ENABLED
-DUSE_USBHOST_HS -DUSE_USB_HS_IN_FS
-DUSBD_IRQ_PRIO=5 -DUSBD_IRQ_SUBPRIO=6
-DHSE_VALUE=8000000U
upload_protocol = stlink