🔨 Help for GDB remote debugging
This commit is contained in:
committed by
Scott Lahteine
parent
5a0166489e
commit
5cbb820e29
@ -220,6 +220,7 @@ build_flags = ${stm_flash_drive.build_flags}
|
||||
-DUSBD_IRQ_PRIO=5 -DUSBD_IRQ_SUBPRIO=6
|
||||
-DHSE_VALUE=8000000U -DHAL_SD_MODULE_ENABLED
|
||||
-DPIN_SERIAL3_RX=PD_9 -DPIN_SERIAL3_TX=PD_8
|
||||
upload_protocol = stlink
|
||||
|
||||
#
|
||||
# BigTreeTech SKR V2.0 (STM32F407VGT6 ARM Cortex-M4) with USB Media Share Support
|
||||
@ -230,6 +231,12 @@ extends = env:BIGTREE_SKR_2
|
||||
build_flags = ${env:BIGTREE_SKR_2.build_flags} -DUSBD_USE_CDC_MSC
|
||||
build_unflags = ${env:BIGTREE_SKR_2.build_unflags} -DUSBD_USE_CDC
|
||||
|
||||
[env:BIGTREE_SKR_2_USB_debug]
|
||||
platform = ${common_stm32.platform}
|
||||
extends = env:BIGTREE_SKR_2_USB
|
||||
build_flags = ${env:BIGTREE_SKR_2_USB.build_flags} -O0
|
||||
build_unflags = ${env:BIGTREE_SKR_2_USB.build_unflags} -Os -NDEBUG
|
||||
|
||||
#
|
||||
# BigTreeTech Octopus V1.0/1.1 / Octopus Pro V1.0 (STM32F446ZET6 ARM Cortex-M4)
|
||||
#
|
||||
|
Reference in New Issue
Block a user