Compare commits
2 Commits
va108xx-ha
...
vorago-reb
Author | SHA1 | Date | |
---|---|---|---|
652af5cb3c
|
|||
6e231e2553
|
@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
## [v0.5.1] 2024-07-04
|
||||||
|
|
||||||
|
- Update `va108xx-hal` dependency to v0.7.0
|
||||||
|
|
||||||
## [v0.5.0] 2024-06-16
|
## [v0.5.0] 2024-06-16
|
||||||
|
|
||||||
- Updated `va108xx` to v0.3.0 and `va108xx-hal` dependency to v0.6.0
|
- Updated `va108xx` to v0.3.0 and `va108xx-hal` dependency to v0.6.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "vorago-reb1"
|
name = "vorago-reb1"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
|
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Board Support Crate for the Vorago REB1 development board"
|
description = "Board Support Crate for the Vorago REB1 development board"
|
||||||
@ -19,7 +19,6 @@ embedded-hal = "1"
|
|||||||
version = "0.3"
|
version = "0.3"
|
||||||
|
|
||||||
[dependencies.va108xx-hal]
|
[dependencies.va108xx-hal]
|
||||||
path = "../va108xx-hal"
|
|
||||||
version = "0.7"
|
version = "0.7"
|
||||||
features = ["rt"]
|
features = ["rt"]
|
||||||
|
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
This is the Rust **B**oard **S**upport **P**ackage crate for the Vorago REB1 development board.
|
This is the Rust **B**oard **S**upport **P**ackage crate for the Vorago REB1 development board.
|
||||||
Its aim is to provide drivers for the board features of the REB1 board
|
Its aim is to provide drivers for the board features of the REB1 board
|
||||||
|
|
||||||
The BSP builds on top of the [HAL crate for VA108xx devices](https://egit.irs.uni-stuttgart.de/rust/va108xx-hal).
|
The BSP builds on top of the [HAL crate for VA108xx devices](https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/src/branch/main/va108xx-hal).
|
||||||
The example folder contains some example applications using the on-board peripherals.
|
The example folder contains some example applications using the on-board peripherals.
|
||||||
|
Reference in New Issue
Block a user