✨ Octopus Pro V1.0 with STM32F429ZGT6 (#23008)
This commit is contained in:
committed by
Scott Lahteine
parent
908335367e
commit
2b8a804997
@ -255,6 +255,31 @@ build_flags = ${stm_flash_drive.build_flags}
|
||||
-DUSBD_IRQ_SUBPRIO=6
|
||||
-DUSBD_USE_CDC_MSC
|
||||
|
||||
#
|
||||
# BigTreeTech Octopus Pro V1.0 (STM32F429ZGT6 ARM Cortex-M4)
|
||||
#
|
||||
[env:BIGTREE_OCTOPUS_PRO_V1_F429]
|
||||
platform = ${common_stm32.platform}
|
||||
extends = stm32_variant
|
||||
board = marlin_BigTree_Octopus_Pro_v1_F429
|
||||
board_build.offset = 0x8000
|
||||
build_flags = ${stm32_variant.build_flags}
|
||||
-DUSE_USB_HS_IN_FS
|
||||
|
||||
#
|
||||
# BigTreeTech Octopus Pro V1.0 (STM32F429ZGT6 ARM Cortex-M4) with USB Flash Drive Support
|
||||
#
|
||||
[env:BIGTREE_OCTOPUS_PRO_V1_F429_USB]
|
||||
platform = ${common_stm32.platform}
|
||||
extends = env:BIGTREE_OCTOPUS_PRO_V1_F429
|
||||
platform_packages = ${stm_flash_drive.platform_packages}
|
||||
build_unflags = -DUSBD_USE_CDC
|
||||
build_flags = ${stm_flash_drive.build_flags}
|
||||
-DSTM32F446_5VX -DUSE_USB_HS_IN_FS
|
||||
-DUSE_USBHOST_HS -DUSBD_IRQ_PRIO=5
|
||||
-DUSBD_IRQ_SUBPRIO=6
|
||||
-DUSBD_USE_CDC_MSC
|
||||
|
||||
#
|
||||
# Lerdge base
|
||||
#
|
||||
|
Reference in New Issue
Block a user