added reb1 documents

This commit is contained in:
2021-11-06 19:02:52 +01:00
parent c803b6ccf0
commit 041f547a4f
7 changed files with 27 additions and 1 deletions

12
.vscode/tasks.json vendored
View File

@@ -39,5 +39,17 @@
"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",
],
"group": {
"kind": "build",
"isDefault": true
}
},
]
}