update submodules and launch files
This commit is contained in:
parent
52a5bb9bb7
commit
fdede238c5
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -70,7 +70,7 @@
|
||||
"device": "VA10820",
|
||||
"svdFile": "./va108xx-rs/svd/va108xx-base.svd.patched",
|
||||
"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",
|
||||
"runToMain": true,
|
||||
},
|
||||
|
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -45,7 +45,7 @@
|
||||
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
|
||||
"args": [
|
||||
"build", "-p", "va108xx-hal", "--example",
|
||||
"timer-ticks-pac", "--features", "rt"
|
||||
"timer-ticks", "--features", "rt"
|
||||
],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit b5ac1f4c6bf9e332570b4e3221bbf66cea441157
|
||||
Subproject commit 5dedcf822347a04239e5f807a417bfcc3a2ba86a
|
@ -1 +1 @@
|
||||
Subproject commit ad659eae17ed910bbbc27457140c160ec8519eca
|
||||
Subproject commit f12b8724ab465a77a877dc7876faa09d33c26e6f
|
Loading…
Reference in New Issue
Block a user