mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Added firmware configuration for wsl
This commit is contained in:
parent
654996eeee
commit
2124ef5289
1 changed files with 17 additions and 3 deletions
20
.vscode/launch.json
vendored
20
.vscode/launch.json
vendored
|
@ -58,10 +58,10 @@
|
|||
},{
|
||||
"type": "cortex-debug",
|
||||
"request": "launch",
|
||||
"name": "Firmware debug",
|
||||
"name": "(Linux) Firmware debug",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"preLaunchTask": "fullimage: clean & make",
|
||||
"executable": "${workspaceRoot}/armsrc/obj/fullimage.stage1.elf",
|
||||
"executable": "${workspaceRoot}/armsrc/obj/fullimage.elf",
|
||||
"serverpath": "/opt/SEGGER/JLink/JLinkGDBServerCLExe",
|
||||
"servertype": "jlink",
|
||||
"device": "AT91SAM7S512",
|
||||
|
@ -69,7 +69,21 @@
|
|||
"serialNumber": "", //If you have more than one J-Link probe, add the serial number here.
|
||||
"runToMain": false,
|
||||
"armToolchainPath": "/usr/bin/"
|
||||
}
|
||||
},{
|
||||
"type": "cortex-debug",
|
||||
"request": "launch",
|
||||
"name": "(WSL) Firmware debug",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"preLaunchTask": "fullimage: clean & make",
|
||||
"executable": "${workspaceRoot}/armsrc/obj/fullimage.elf",
|
||||
"serverpath": "/mnt/c/Program Files (x86)/SEGGER/JLink/JLinkGDBServerCL.exe",
|
||||
"servertype": "jlink",
|
||||
"device": "AT91SAM7S512",
|
||||
"interface": "jtag",
|
||||
"serialNumber": "", //If you have more than one J-Link probe, add the serial number here.
|
||||
"runToMain": false,
|
||||
"armToolchainPath": "/usr/bin/"
|
||||
}
|
||||
],
|
||||
"inputs": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue