From 4da8267c9cc5c48aca3d279c3a86b07a11da4fce Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 6 Dec 2021 15:55:59 +0100 Subject: [PATCH] update HAL link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22ade6f..66e5222 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ 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 [`va108xx-hal` HAL crate](https://egit.irs.uni-stuttgart.de/rust/va108xx-hal) 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.