updated submodules and vscode files

This commit is contained in:
Robin Müller 2021-11-07 16:20:05 +01:00
parent 206d0c3a08
commit 52a5bb9bb7
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
3 changed files with 30 additions and 28 deletions

54
.vscode/tasks.json vendored
View File

@ -15,24 +15,12 @@
"isDefault": true
}
},
{
"label": "rust: cargo build led blinky",
"type": "shell",
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
"args": [
"build", "-p", "vorago-reb1", "--example", "blinky-leds",
],
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "rust: cargo build hal tests",
"type": "shell",
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
"args": [
"build", "-p", "vorago-reb1", "--example", "tests",
"build", "-p", "va108xx-hal", "--example", "tests",
],
"group": {
"kind": "build",
@ -44,7 +32,33 @@
"type": "shell",
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
"args": [
"build", "-p", "vorago-reb1", "--example", "rtt-log",
"build", "-p", "va108xx-hal", "--example", "rtt-log",
],
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "rust: cargo build systick",
"type": "shell",
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
"args": [
"build", "-p", "va108xx-hal", "--example",
"timer-ticks-pac", "--features", "rt"
],
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "rust: cargo build led blinky",
"type": "shell",
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
"args": [
"build", "-p", "vorago-reb1", "--example", "blinky-leds",
],
"group": {
"kind": "build",
@ -63,17 +77,5 @@
"isDefault": true
}
},
{
"label": "rust: cargo build systick",
"type": "shell",
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
"args": [
"build", "-p", "vorago-reb1", "--example", "timer-ticks-pac",
],
"group": {
"kind": "build",
"isDefault": true
}
},
]
}

@ -1 +1 @@
Subproject commit 7109f974df9b2bd7bbfaadea3303b9637028ebf8
Subproject commit b5ac1f4c6bf9e332570b4e3221bbf66cea441157

@ -1 +1 @@
Subproject commit 8f294f42ee5fbaab4d010d723c98433d67ae6002
Subproject commit ad659eae17ed910bbbc27457140c160ec8519eca