update workspace

This commit is contained in:
2021-12-09 21:33:49 +01:00
parent cf5a9dc8f3
commit 65440c93ad
4 changed files with 5 additions and 4 deletions

2
.vscode/tasks.json vendored
View File

@@ -8,7 +8,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", "va416xx-hal", "--example", "blinky" "build", "-p", "vorago-peb1", "--example", "blinky"
], ],
"group": { "group": {
"kind": "build", "kind": "build",

View File

@@ -2,7 +2,8 @@
members = [ members = [
"va416xx", "va416xx",
"va416xx-hal" "va416xx-hal",
"vorago-peb1"
] ]
[profile.dev] [profile.dev]