1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-23 20:18:52 +00:00

🔨 BTT Octopus ST-Link programming/debugging

This commit is contained in:
Roxy-3D 2022-05-13 17:29:50 -05:00 committed by Scott Lahteine
parent c1b53d63fc
commit a7ade2d63e

View File

@ -254,6 +254,9 @@ build_unflags = ${env:BIGTREE_SKR_2_F429_USB.build_unflags} -Os -NDEBUG
extends = stm32_variant
board = marlin_BigTree_Octopus_v1
board_build.offset = 0x8000
board_upload.offset_address = 0x08008000
debug_tool = stlink
upload_protocol = stlink
build_flags = ${stm32_variant.build_flags}
-DSTM32F446_5VX -DUSE_USB_HS_IN_FS
@ -277,6 +280,9 @@ build_flags = ${stm_flash_drive.build_flags}
extends = stm32_variant
board = marlin_BigTree_Octopus_Pro_v1_F429
board_build.offset = 0x8000
board_upload.offset_address = 0x08008000
debug_tool = stlink
upload_protocol = stlink
build_flags = ${stm32_variant.build_flags}
-DUSE_USB_HS_IN_FS