update submodules and launch files

This commit is contained in:
Robin Müller 2021-11-08 00:59:22 +01:00
parent 52a5bb9bb7
commit fdede238c5
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
4 changed files with 4 additions and 4 deletions

2
.vscode/launch.json vendored
View File

@ -70,7 +70,7 @@
"device": "VA10820", "device": "VA10820",
"svdFile": "./va108xx-rs/svd/va108xx-base.svd.patched", "svdFile": "./va108xx-rs/svd/va108xx-base.svd.patched",
"preLaunchTask": "rust: cargo build systick", "preLaunchTask": "rust: cargo build systick",
"executable": "${workspaceFolder}/target/thumbv6m-none-eabi/debug/examples/timer-ticks-pac", "executable": "${workspaceFolder}/target/thumbv6m-none-eabi/debug/examples/timer-ticks",
"interface": "jtag", "interface": "jtag",
"runToMain": true, "runToMain": true,
}, },

2
.vscode/tasks.json vendored
View File

@ -45,7 +45,7 @@
"command": "~/.cargo/bin/cargo", // note: full path to the cargo "command": "~/.cargo/bin/cargo", // note: full path to the cargo
"args": [ "args": [
"build", "-p", "va108xx-hal", "--example", "build", "-p", "va108xx-hal", "--example",
"timer-ticks-pac", "--features", "rt" "timer-ticks", "--features", "rt"
], ],
"group": { "group": {
"kind": "build", "kind": "build",

@ -1 +1 @@
Subproject commit b5ac1f4c6bf9e332570b4e3221bbf66cea441157 Subproject commit 5dedcf822347a04239e5f807a417bfcc3a2ba86a

@ -1 +1 @@
Subproject commit ad659eae17ed910bbbc27457140c160ec8519eca Subproject commit f12b8724ab465a77a877dc7876faa09d33c26e6f