From 8c6537181ff4e2009ac7be0015c65d8f2e3f8588 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 5 Dec 2021 17:42:58 +0100 Subject: [PATCH] cross-reference HAL and BSP --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b883ab4..6d6f3db 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ Voragos VA108xx series of Cortex-M0 based microcontrollers. The crate was generated using [`svd2rust`](https://github.com/rust-embedded/svd2rust). +If you are interested in higher-level abstractions, it is recommended you visit +the [`va108xx-hal` HAL crate](https://github.com/robamu-org/va108xx-hal-rs) and +the [`vorago-reb1` BSP crate](https://github.com/robamu-org/vorago-reb1-rs) which build on top of +this PAC and provide application examples as well. + ## Usage To use this crate, add this to your `Cargo.toml`