Browse Source

vscode initial jlink debug launch

sbg
Daniel Agar 6 years ago
parent
commit
783267bbc3
  1. 13
      .vscode/launch.json

13
.vscode/launch.json vendored

@ -55,5 +55,18 @@ @@ -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
},
]
}
Loading…
Cancel
Save