vscode: fix debug config file location

io-wait
anna 3 years ago
parent 60ec99692c
commit 75d2fb4470
Signed by: fef
GPG Key ID: EC22E476DC2D3D84

@ -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…
Cancel
Save