vscode initial jlink debug launch

This commit is contained in:
Daniel Agar 2018-12-05 13:28:27 -05:00
parent fd8fe29ef3
commit 783267bbc3
1 changed files with 13 additions and 0 deletions

13
.vscode/launch.json vendored
View File

@ -55,5 +55,18 @@
],
"preLaunchTask": "jmavsim"
},
{
"name": "(jlink) px4_fmu-v2",
"cwd": "${workspaceRoot}",
"executable": "${workspaceRoot}/build/px4_fmu-v2_default/px4_fmu-v2_default.elf",
"request": "launch",
"type": "cortex-debug",
"servertype": "jlink",
"device": "STM32F427VI",
//"svdFile": "",
"interface": "swd",
"ipAddress": null,
"serialNumber": null
},
]
}