update submodules
This commit is contained in:
5
.vscode/tasks.json
vendored
5
.vscode/tasks.json
vendored
@ -144,7 +144,6 @@
|
|||||||
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
|
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
|
||||||
"args": [
|
"args": [
|
||||||
"build", "-p", "vorago-reb1", "--example", "blinky-button-rtic",
|
"build", "-p", "vorago-reb1", "--example", "blinky-button-rtic",
|
||||||
"--features", "rt"
|
|
||||||
],
|
],
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
@ -156,8 +155,7 @@
|
|||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
|
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
|
||||||
"args": [
|
"args": [
|
||||||
"build", "-p", "vorago-reb1", "--example", "adxl343-accelerometer",
|
"build", "-p", "vorago-reb1", "--example", "adxl343-accelerometer"
|
||||||
"--features", "rt"
|
|
||||||
],
|
],
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
@ -170,7 +168,6 @@
|
|||||||
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
|
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
|
||||||
"args": [
|
"args": [
|
||||||
"build", "-p", "vorago-reb1", "--example", "max11619-adc",
|
"build", "-p", "vorago-reb1", "--example", "max11619-adc",
|
||||||
"--features", "rt"
|
|
||||||
],
|
],
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
|
Submodule va108xx-hal updated: e6e03fa6e5...fb158caf6e
Submodule vorago-reb1-rs updated: 4b3a46bbbb...a912dd3971
Reference in New Issue
Block a user