From 6583064454a61c5a197f9030bf81f9910ffa4297 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 24 Apr 2025 22:45:15 +0200 Subject: [PATCH] small note on shared periph crate --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f26ec08..3f7a76e 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ It also contains the following helper crates: [`RTIC`](https://rtic.rs/2/book/en/) and [`embassy`](https://github.com/embassy-rs/embassy) native Rust RTOSes. +The majority of the HAL implementation and Embassy-rs support is part of the external +[`vorago-shared-periphs`](https://egit.irs.uni-stuttgart.de/rust/vorago-shared-periphs) crate. + ## Using the `.cargo/config.toml` file Use the following command to have a starting `config.toml` file