From e434f2e301581c5d406fe96a17803a0707571309 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 16 Jun 2024 19:30:04 +0200 Subject: [PATCH] prepare BSP release --- va108xx-hal/Cargo.toml | 4 ++-- va108xx/Cargo.toml | 4 ++-- vorago-reb1/CHANGELOG.md | 2 +- vorago-reb1/Cargo.toml | 7 +++---- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/va108xx-hal/Cargo.toml b/va108xx-hal/Cargo.toml index 8b86b60..4f0d4cf 100644 --- a/va108xx-hal/Cargo.toml +++ b/va108xx-hal/Cargo.toml @@ -4,8 +4,8 @@ version = "0.6.0" authors = ["Robin Mueller "] edition = "2021" description = "HAL for the Vorago VA108xx family of microcontrollers" -homepage = "https://egit.irs.uni-stuttgart.de/rust/va108xx-hal" -repository = "https://egit.irs.uni-stuttgart.de/rust/va108xx-hal" +homepage = "https://egit.irs.uni-stuttgart.de/rust/va108xx-rs" +repository = "https://egit.irs.uni-stuttgart.de/rust/va108xx-rs" license = "Apache-2.0" keywords = ["no-std", "hal", "cortex-m", "vorago", "va108xx"] categories = ["aerospace", "embedded", "no-std", "hardware-support"] diff --git a/va108xx/Cargo.toml b/va108xx/Cargo.toml index ebbfe07..b946f75 100644 --- a/va108xx/Cargo.toml +++ b/va108xx/Cargo.toml @@ -4,8 +4,8 @@ version = "0.3.0" authors = ["Robin Mueller "] edition = "2021" description = "PAC for the Vorago VA108xx family of microcontrollers" -homepage = "https://egit.irs.uni-stuttgart.de/rust/va108xx" -repository = "https://egit.irs.uni-stuttgart.de/rust/va108xx" +homepage = "https://egit.irs.uni-stuttgart.de/rust/va108xx-rs" +repository = "https://egit.irs.uni-stuttgart.de/rust/va108xx-rs" license = "Apache-2.0" keywords = ["no-std", "arm", "cortex-m", "vorago", "va108xx"] categories = ["embedded", "no-std", "hardware-support"] diff --git a/vorago-reb1/CHANGELOG.md b/vorago-reb1/CHANGELOG.md index 3bd3919..4c5261a 100644 --- a/vorago-reb1/CHANGELOG.md +++ b/vorago-reb1/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [v0.5.0] 2024-06-16 -- Updated `va108xx` and `va108xx-hal` dependency. +- Updated `va108xx` to v0.3.0 and `va108xx-hal` dependency to v0.6.0 ## [v0.4.0] diff --git a/vorago-reb1/Cargo.toml b/vorago-reb1/Cargo.toml index de1c480..60ff83a 100644 --- a/vorago-reb1/Cargo.toml +++ b/vorago-reb1/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "vorago-reb1" version = "0.5.0" -authors = ["Robin Mueller "] +authors = ["Robin Mueller "] edition = "2021" description = "Board Support Crate for the Vorago REB1 development board" -homepage = "https://egit.irs.uni-stuttgart.de/rust/vorago-reb1" -repository = "https://egit.irs.uni-stuttgart.de/rust/vorago-reb1" +homepage = "https://egit.irs.uni-stuttgart.de/rust/va108xx-rs" +repository = "https://egit.irs.uni-stuttgart.de/rust/va108xx-rs" license = "Apache-2.0" keywords = ["no-std", "reb1", "cortex-m", "vorago", "va108xx"] categories = ["aerospace", "embedded", "no-std", "hardware-support"] @@ -20,7 +20,6 @@ version = "0.3" [dependencies.va108xx-hal] version = "0.6" -path = "../va108xx-hal" features = ["rt"] [features] -- 2.43.0