|
|
|
@ -129,7 +129,7 @@ platform = ${common_stm32.platform}
|
|
|
|
|
extends = stm32_variant
|
|
|
|
|
board = marlin_BigTree_SKR_Pro
|
|
|
|
|
board_build.offset = 0x8000
|
|
|
|
|
build_flags = ${stm32_variant.build_flags} -DSTM32F407_5ZX
|
|
|
|
|
build_flags = ${stm32_variant.build_flags} -DSTM32F407_5ZX
|
|
|
|
|
debug_tool = stlink
|
|
|
|
|
upload_protocol = stlink
|
|
|
|
|
|
|
|
|
@ -235,6 +235,7 @@ build_flags = ${stm32_variant.build_flags}
|
|
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
|
extends = env:BIGTREE_OCTOPUS_V1
|
|
|
|
|
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
|
|
|
|
|