diff --git a/README.md b/README.md index 7c939ea..7be1942 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![build](https://github.com/us-irs/va108xx-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/us-irs/va108xx-rs/actions/workflows/ci.yml) + Vorago VA108xx Rust Support ========= diff --git a/va108xx-hal/CHANGELOG.md b/va108xx-hal/CHANGELOG.md index 706be5a..a66e4c4 100644 --- a/va108xx-hal/CHANGELOG.md +++ b/va108xx-hal/CHANGELOG.md @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [v0.6.0] 2024-06-16 + +- Updated `embedded-hal` to v1 +- Added optional `defmt` v0.3 feature and support. + ## [v0.5.2] 2024-06-16 ## Fixed diff --git a/va108xx-hal/README.md b/va108xx-hal/README.md index a632020..5604816 100644 --- a/va108xx-hal/README.md +++ b/va108xx-hal/README.md @@ -1,5 +1,4 @@ [![Crates.io](https://img.shields.io/crates/v/va108xx-hal)](https://crates.io/crates/va108xx-hal) -[![ci](https://github.com/us-irs/va108xx-hal-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/us-irs/va108xx-hal-rs/actions/workflows/ci.yml) [![docs.rs](https://img.shields.io/docsrs/va108xx-hal)](https://docs.rs/va108xx-hal) # HAL for the Vorago VA108xx MCU family diff --git a/va108xx/CHANGELOG.md b/va108xx/CHANGELOG.md index 4ec67ac..663566a 100644 --- a/va108xx/CHANGELOG.md +++ b/va108xx/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] +## [v0.3.0] 2024-06-16 + +- Re-generated PAC with `svd2rust` v0.33.3 + ## [v0.2.4] - Added missing bitfield `CSDTRG2` in `CSD_CTRL` register of `TIM0` peripheral diff --git a/va108xx/README.md b/va108xx/README.md index 2b62b07..5b7a50a 100644 --- a/va108xx/README.md +++ b/va108xx/README.md @@ -1,5 +1,4 @@ [![Crates.io](https://img.shields.io/crates/v/va108xx)](https://crates.io/crates/va108xx) -[![build](https://github.com/us-irs/va108xx-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/us-irs/va108xx-rs/actions/workflows/ci.yml) [![docs.rs](https://img.shields.io/docsrs/va108xx)](https://docs.rs/va108xx) # PAC for the Vorago VA108xx microcontroller family diff --git a/vorago-reb1/CHANGELOG.md b/vorago-reb1/CHANGELOG.md index d263f10..3bd3919 100644 --- a/vorago-reb1/CHANGELOG.md +++ b/vorago-reb1/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] +## [v0.5.0] 2024-06-16 + +- Updated `va108xx` and `va108xx-hal` dependency. + ## [v0.4.0] - Update manifest file to have correct links and license diff --git a/vorago-reb1/Cargo.toml b/vorago-reb1/Cargo.toml index 2ab42ae..de1c480 100644 --- a/vorago-reb1/Cargo.toml +++ b/vorago-reb1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vorago-reb1" -version = "0.4.0" +version = "0.5.0" authors = ["Robin Mueller "] edition = "2021" description = "Board Support Crate for the Vorago REB1 development board" @@ -11,10 +11,9 @@ keywords = ["no-std", "reb1", "cortex-m", "vorago", "va108xx"] categories = ["aerospace", "embedded", "no-std", "hardware-support"] [dependencies] -cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } +cortex-m = { version = "0.7", features = ["critical-section-single-core"] } cortex-m-rt = "0.7" embedded-hal = "1" -dummy-pin = "1" [dependencies.max116xx-10bit] version = "0.3" diff --git a/vorago-reb1/README.md b/vorago-reb1/README.md index 65331b2..f1a5a9e 100644 --- a/vorago-reb1/README.md +++ b/vorago-reb1/README.md @@ -1,5 +1,4 @@ [![Crates.io](https://img.shields.io/crates/v/vorago-reb1)](https://crates.io/crates/vorago-reb1) -[![ci](https://github.com/us-irs/vorago-reb1-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/us-irs/vorago-reb1-rs/actions/workflows/ci.yml) [![docs.rs](https://img.shields.io/docsrs/vorago-reb1)](https://docs.rs/vorago-reb1) # Rust BSP for the Vorago REB1 development board