prepare releases for HAL, BSP, PAC
Some checks are pending
Rust/va108xx-rs/pipeline/head Build started...
Some checks are pending
Rust/va108xx-rs/pipeline/head Build started...
This commit is contained in:
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vorago-reb1"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
authors = ["Robin Mueller <robin.mueller.m@gmail.com>"]
|
||||
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"
|
||||
|
@ -1,5 +1,4 @@
|
||||
[](https://crates.io/crates/vorago-reb1)
|
||||
[](https://github.com/us-irs/vorago-reb1-rs/actions/workflows/ci.yml)
|
||||
[](https://docs.rs/vorago-reb1)
|
||||
|
||||
# Rust BSP for the Vorago REB1 development board
|
||||
|
Reference in New Issue
Block a user