From 93b67a47958834b3fb7e9b70b0fd001b91190ddb Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 13 Feb 2025 15:26:24 +0100 Subject: [PATCH] README update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e328415..96e9142 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ This workspace contains the following released crates: crate containing basic low-level register definition. - The [`va108xx-hal`](https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/src/branch/main/va108xx-hal) HAL crate containing higher-level abstractions on top of the PAC register crate. +- The [`va108xx-embassy`](https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/src/branch/main/va108xx-embassy) + crate containing support for running the embassy-rs RTOS. - The [`vorago-reb1`](https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/src/branch/main/vorago-reb1) BSP crate containing support for the REB1 development board.