New VA108xx Rust workspace structure + dependency updates

- The workspace is now a monorepo without submodules. The HAL, PAC and BSP
  are integrated directly
- Update all dependencies: embedded-hal v1 and RTIC v2
This commit is contained in:
2024-06-16 16:16:45 +02:00
parent 05ef8e57e1
commit 94c6d91bae
253 changed files with 31172 additions and 100 deletions

15
.gitmodules vendored
View File

@ -1,15 +0,0 @@
[submodule "va108xx-rs"]
path = va108xx
url = https://egit.irs.uni-stuttgart.de/rust/va108xx
[submodule "vorago-reb1-rs"]
path = vorago-reb1
url = https://egit.irs.uni-stuttgart.de/rust/vorago-reb1
[submodule "va108xx-hal-rs"]
path = va108xx-hal
url = https://egit.irs.uni-stuttgart.de/rust/va108xx-hal.git
[submodule "adt75-rs"]
path = adt75-rs
url = https://egit.irs.uni-stuttgart.de/rust/adt75-rs.git
[submodule "max116xx-10bit"]
path = max116xx-10bit
url = https://egit.irs.uni-stuttgart.de/rust/max116xx-10bit.git