From cfdf8c9d3ca206c216d7e0177cf025632c14bc10 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 11 Nov 2021 17:53:34 +0100 Subject: [PATCH 1/3] update gitmodules --- .gitmodules | 2 +- va108xx-hal-rs | 2 +- vorago-reb1-rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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/va108xx-hal-rs b/va108xx-hal-rs index 0cb7b3c..2fc9829 160000 --- a/va108xx-hal-rs +++ b/va108xx-hal-rs @@ -1 +1 @@ -Subproject commit 0cb7b3c5d6e3930f63a70513d0f1340e89c46a47 +Subproject commit 2fc982996138216e9c060772481aba53a711dc9b diff --git a/vorago-reb1-rs b/vorago-reb1-rs index 215b5eb..ae1f695 160000 --- a/vorago-reb1-rs +++ b/vorago-reb1-rs @@ -1 +1 @@ -Subproject commit 215b5eb3d1cf7c0692b671058109d6169989abf4 +Subproject commit ae1f69539684744faecc6f59990696bc34f87fb9 From d2aca83bb53b6ef910c5acd0cf721c9fbba97cea Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 11 Nov 2021 18:06:46 +0100 Subject: [PATCH 2/3] bumped reb1 repo --- vorago-reb1-rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vorago-reb1-rs b/vorago-reb1-rs index ae1f695..448b18c 160000 --- a/vorago-reb1-rs +++ b/vorago-reb1-rs @@ -1 +1 @@ -Subproject commit ae1f69539684744faecc6f59990696bc34f87fb9 +Subproject commit 448b18c9ed17e43b781f317962d3133322aa98a6 From 3aed09cd352f30972d8f2a839bf1241677986001 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 11 Nov 2021 19:49:41 +0100 Subject: [PATCH 3/3] README update --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 +```