update submodules
This commit is contained in:
parent
64e9291a09
commit
fa4376d450
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",
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit e6e03fa6e5288292495caced289b2e57ced7758b
|
Subproject commit fb158caf6e355044fd60ca9eb026b41c742fae03
|
@ -1 +1 @@
|
|||||||
Subproject commit 4b3a46bbbbc0caea74a0f713b48b14daefd7892b
|
Subproject commit a912dd39714d4b71c9feb16bd3cb091814d8188d
|
Loading…
Reference in New Issue
Block a user