forked from Archive/PX4-Autopilot
vscode initial jlink debug launch
This commit is contained in:
parent
fd8fe29ef3
commit
783267bbc3
|
@ -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…
Reference in New Issue