|
@@ -129,7 +129,7 @@ platform = ${common_stm32.platform}
|
129
|
129
|
extends = stm32_variant
|
130
|
130
|
board = marlin_BigTree_SKR_Pro
|
131
|
131
|
board_build.offset = 0x8000
|
132
|
|
-build_flags = ${stm32_variant.build_flags} -DSTM32F407_5ZX
|
|
132
|
+build_flags = ${stm32_variant.build_flags} -DSTM32F407_5ZX
|
133
|
133
|
debug_tool = stlink
|
134
|
134
|
upload_protocol = stlink
|
135
|
135
|
|
|
@@ -235,6 +235,7 @@ build_flags = ${stm32_variant.build_flags}
|
235
|
235
|
platform = ${common_stm32.platform}
|
236
|
236
|
extends = env:BIGTREE_OCTOPUS_V1
|
237
|
237
|
platform_packages = ${stm_flash_drive.platform_packages}
|
|
238
|
+build_unflags = -DUSBD_USE_CDC
|
238
|
239
|
build_flags = ${stm_flash_drive.build_flags}
|
239
|
240
|
-DSTM32F446_5VX -DUSE_USB_HS_IN_FS
|
240
|
241
|
-DUSE_USBHOST_HS -DUSBD_IRQ_PRIO=5
|