Skip to content
Snippets Groups Projects
Commit 3b9d4134 authored by Per Lindgren's avatar Per Lindgren
Browse files

vscode

parent f3fcf257
No related branches found
No related tags found
No related merge requests found
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "gdb",
"request": "attach",
"name": "hello_debug",
"gdbpath": "/usr/bin/arm-none-eabi-gdb",
"executable": "./target/thumbv7em-none-eabihf/debug/examples/hello_debug",
"target": ":3333",
"remote": true,
"autorun": [
"load",
],
"cwd": "${workspaceRoot}"
},
{
"type": "gdb",
"request": "attach",
"name": "rtfm-blinky-systic",
"gdbpath": "/usr/bin/arm-none-eabi-gdb",
"executable": "./target/thumbv7em-none-eabihf/debug/examples/rtfm-blinky-systic",
"target": ":3333",
"remote": true,
"autorun": [
"load"
],
"cwd": "${workspaceRoot}"
},
{
"type": "gdb",
"request": "attach",
"name": "rtfm-blinky-tim2",
"gdbpath": "/usr/bin/arm-none-eabi-gdb",
"executable": "./target/thumbv7em-none-eabihf/debug/examples/rtfm-blinky-tim2",
"target": ":3333",
"remote": true,
"autorun": [
"load"
],
"cwd": "${workspaceRoot}"
},
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment