diff --git a/.gitmodules b/.gitmodules index 0dcf06d..4ef34d6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/robamu-org/va108xx-rs.git [submodule "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"] path = va108xx-hal-rs url = https://github.com/robamu-org/va108xx-hal-rs.git diff --git a/README.md b/README.md index 0a53499..f76039f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ -# vorago-rs-workspace +# Vorago Rust Workspace + Workspace for developing Rust code for the Vorago devices + +After cloning, run + +```sh +git submodule init +git submodule update +``` diff --git a/va108xx-hal-rs b/va108xx-hal-rs index 1f0993f..1c31e91 160000 --- a/va108xx-hal-rs +++ b/va108xx-hal-rs @@ -1 +1 @@ -Subproject commit 1f0993fbc71081f758377080c16a692f05e91947 +Subproject commit 1c31e9177dca4649f76611111cfec154fc6dd133