优化调试新增按键驱动

This commit is contained in:
冯佳
2026-01-23 13:03:40 +08:00
parent 0a30f956b4
commit 988cc7ad4a
66 changed files with 878713 additions and 1274 deletions

5
.vscode/launch.json vendored
View File

@ -15,6 +15,7 @@
"interface": "swd",
"serialNumber": "", // Optional: set if multiple J-Links are connected
"runToEntryPoint": "main",
"svdFile": "${workspaceFolder}/cmake/stm32f4/STM32F407.svd",
"armToolchainPath": "D:/ARM_GCC/bin",
"gdbPath": "D:/ARM_GCC/bin/arm-none-eabi-gdb.exe",
"serverpath": "D:/SEGGER/JLink_V898/JLinkGDBServerCL.exe",
@ -40,7 +41,7 @@
"interface": "swd",
"serialNumber": "", //Set ST-Link ID if you use multiple at the same time
"runToEntryPoint": "main",
"svdFile": "${config:STM32VSCodeExtension.cubeCLT.path}/STMicroelectronics_CMSIS_SVD/STM32F407.svd",
"svdFile": "${workspaceFolder}/cmake/stm32f4/STM32F407.svd",
"v1": false, //Change it depending on ST Link version
"serverpath": "${config:STM32VSCodeExtension.cubeCLT.path}/STLink-gdb-server/bin/ST-LINK_gdbserver",
"stm32cubeprogrammer":"${config:STM32VSCodeExtension.cubeCLT.path}/STM32CubeProgrammer/bin",
@ -67,7 +68,7 @@
"interface": "swd",
"serialNumber": "", //Set ST-Link ID if you use multiple at the same time
"runToEntryPoint": "main",
"svdFile": "${config:STM32VSCodeExtension.cubeCLT.path}/STMicroelectronics_CMSIS_SVD/STM32F407.svd",
"svdFile": "${workspaceFolder}/cmake/stm32f4/STM32F407.svd",
"v1": false, //Change it depending on ST Link version
"serverpath": "${config:STM32VSCodeExtension.cubeCLT.path}/STLink-gdb-server/bin/ST-LINK_gdbserver",
"stm32cubeprogrammer":"${config:STM32VSCodeExtension.cubeCLT.path}/STM32CubeProgrammer/bin",