Merge branch 'main' of https://github.com/robamu/vorago-rs-workspace
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -3,7 +3,7 @@
|
|||||||
url = https://github.com/robamu-org/va108xx-rs.git
|
url = https://github.com/robamu-org/va108xx-rs.git
|
||||||
[submodule "vorago-reb1-rs"]
|
[submodule "vorago-reb1-rs"]
|
||||||
path = vorago-reb1-rs
|
path = vorago-reb1-rs
|
||||||
url = https://github.com/robamu/vorago-reb1-rs.git
|
url = https://github.com/robamu-org/vorago-reb1-rs.git
|
||||||
[submodule "va108xx-hal-rs"]
|
[submodule "va108xx-hal-rs"]
|
||||||
path = va108xx-hal-rs
|
path = va108xx-hal-rs
|
||||||
url = https://github.com/robamu-org/va108xx-hal-rs.git
|
url = https://github.com/robamu-org/va108xx-hal-rs.git
|
||||||
|
10
README.md
10
README.md
@ -1,2 +1,10 @@
|
|||||||
# vorago-rs-workspace
|
# Vorago Rust Workspace
|
||||||
|
|
||||||
Workspace for developing Rust code for the Vorago devices
|
Workspace for developing Rust code for the Vorago devices
|
||||||
|
|
||||||
|
After cloning, run
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
```
|
||||||
|
Submodule va108xx-hal-rs updated: 1f0993fbc7...1c31e9177d
Reference in New Issue
Block a user