BigTreeTech Octopus V1.1 (#22042)

This commit is contained in:
Keith Bennett
2021-06-04 21:56:18 -07:00
committed by Scott Lahteine
parent 1e75eba27b
commit b4b607681c
13 changed files with 578 additions and 527 deletions

View File

@ -234,9 +234,9 @@ build_flags = ${stm_flash_drive.build_flags}
-DHSE_VALUE=8000000U -DHAL_SD_MODULE_ENABLED
#
# BigTreeTech Octopus V1.0 (STM32F446ZET6 ARM Cortex-M4)
# BigTreeTech Octopus V1.0/1.1 (STM32F446ZET6 ARM Cortex-M4)
#
[env:BIGTREE_OCTOPUS_V1_0]
[env:BIGTREE_OCTOPUS_V1]
platform = ${common_stm32.platform}
extends = common_stm32
board = marlin_BigTree_octopus_v1
@ -246,10 +246,10 @@ build_flags = ${common_stm32.build_flags}
-DSTM32F446_5VX -DVECT_TAB_OFFSET=0x8000 -DUSE_USB_HS_IN_FS
#
# BigTreeTech Octopus V1.0 (STM32F446ZET6 ARM Cortex-M4) with USB Flash Drive Support
# BigTreeTech Octopus V1.0/1.1 (STM32F446ZET6 ARM Cortex-M4) with USB Flash Drive Support
#
[env:BIGTREE_OCTOPUS_V1_0_USB]
extends = env:BIGTREE_OCTOPUS_V1_0
[env:BIGTREE_OCTOPUS_V1_USB]
extends = env:BIGTREE_OCTOPUS_V1
platform_packages = ${stm_flash_drive.platform_packages}
#build_unflags = -DUSBCON -DUSBD_USE_CDC
build_flags = ${stm_flash_drive.build_flags}