vscode launch.json add black magic probe debug config

This commit is contained in:
Daniel Agar 2019-06-14 09:18:03 -04:00
parent fe2dff649c
commit 5e058ae290
1 changed files with 21 additions and 0 deletions

21
.vscode/launch.json vendored
View File

@ -164,6 +164,27 @@
"showtasks",
]
},
{
"name": "Debug px4_fmu-v2/v3/v4 (blackmagic)",
"device": "STM32F427VI",
"svdFile": "${workspaceRoot}/../cmsis-svd/data/STMicro/STM32F427.svd",
"executable": "${command:cmake.launchTargetPath}",
"request": "launch",
"type": "cortex-debug",
"servertype": "bmp",
"BMPGDBSerialPort": "/dev/ttyACM0",
"interface": "swd",
"cwd": "${workspaceRoot}",
"internalConsoleOptions": "openOnSessionStart",
"preLaunchCommands": [
"source ${workspaceRoot}/platforms/nuttx/Debug/PX4",
"source ${workspaceRoot}/platforms/nuttx/Debug/NuttX",
"source ${workspaceRoot}/platforms/nuttx/Debug/ARMv7M",
"set mem inaccessible-by-default off",
"set print pretty",
"showtasks",
]
},
{
"name": "Debug px4_fmu-v4pro (jlink)",
"device": "STM32F469VI",