vscode: fix debug config file location
This commit is contained in:
parent
60ec99692c
commit
75d2fb4470
1 changed files with 2 additions and 2 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
@ -9,12 +9,12 @@
|
||||||
"type": "cortex-debug",
|
"type": "cortex-debug",
|
||||||
"servertype": "openocd",
|
"servertype": "openocd",
|
||||||
"configFiles": [
|
"configFiles": [
|
||||||
"${workspaceRoot}/arch/at91sam3x8e/openocd.cfg"
|
"${workspaceRoot}/arch/at91sam3x8e/config/openocd.cfg"
|
||||||
],
|
],
|
||||||
"device": "AT91SAM3X8E",
|
"device": "AT91SAM3X8E",
|
||||||
"runToMain": false,
|
"runToMain": false,
|
||||||
"gdbPath": "/usr/bin/arm-none-eabi-gdb",
|
"gdbPath": "/usr/bin/arm-none-eabi-gdb",
|
||||||
"svdFile": "${workspaceRoot}/arch/at91sam3x8e/SAM3X8E.svd"
|
"svdFile": "${workspaceRoot}/arch/at91sam3x8e/config/SAM3X8E.svd"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue