updated submodules
This commit is contained in:
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
@ -116,5 +116,19 @@
|
|||||||
"interface": "jtag",
|
"interface": "jtag",
|
||||||
"runToMain": true,
|
"runToMain": true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "cortex-debug",
|
||||||
|
"request": "launch",
|
||||||
|
"name": "Debug Button Blinky RTIC",
|
||||||
|
"servertype": "jlink",
|
||||||
|
"gdbPath": "/usr/bin/gdb-multiarch",
|
||||||
|
"cwd": "${workspaceRoot}",
|
||||||
|
"device": "VA10820",
|
||||||
|
"svdFile": "./va108xx-rs/svd/va108xx-base.svd.patched",
|
||||||
|
"preLaunchTask": "rust: cargo build button blinky rtic",
|
||||||
|
"executable": "${workspaceFolder}/target/thumbv6m-none-eabi/debug/examples/blinky-button-rtic",
|
||||||
|
"interface": "jtag",
|
||||||
|
"runToMain": true,
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
13
.vscode/tasks.json
vendored
13
.vscode/tasks.json
vendored
@ -114,5 +114,18 @@
|
|||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "rust: cargo build button blinky rtic",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
|
||||||
|
"args": [
|
||||||
|
"build", "-p", "vorago-reb1", "--example", "blinky-button-rtic",
|
||||||
|
"--features", "rt"
|
||||||
|
],
|
||||||
|
"group": {
|
||||||
|
"kind": "build",
|
||||||
|
"isDefault": true
|
||||||
|
}
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
Submodule va108xx-hal-rs updated: 44cc075ba0...d4d5bf66e4
Submodule vorago-reb1-rs updated: 6efb91fa54...e59df63baa
Reference in New Issue
Block a user