prepare reb1 and embassy releases
This commit is contained in:
parent
102d11114a
commit
a6ef0954cb
@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
## [v0.2.1] 2025-03-07
|
||||||
|
|
||||||
|
- Bumped allowed va108xx-hal to v0.11
|
||||||
|
|
||||||
## [v0.2.0] 2025-02-17
|
## [v0.2.0] 2025-02-17
|
||||||
|
|
||||||
- Bumped va108xx-hal to v0.10.0
|
- Bumped va108xx-hal to v0.10.0
|
||||||
@ -21,3 +25,7 @@ Docs patch
|
|||||||
## [v0.1.0] 2025-02-13
|
## [v0.1.0] 2025-02-13
|
||||||
|
|
||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
|
[unreleased]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/va108xx-embassy-v0.2.1...HEAD
|
||||||
|
[v0.2.1]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/va108xx-embassy-v0.2.0...va10xx-embassy-v0.2.1
|
||||||
|
[v0.2.0]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/va108xx-embassy-v0.1.2...va10xx-embassy-v0.2.0
|
||||||
|
@ -20,7 +20,7 @@ embassy-time-queue-utils = "0.1"
|
|||||||
|
|
||||||
once_cell = { version = "1", default-features = false, features = ["critical-section"] }
|
once_cell = { version = "1", default-features = false, features = ["critical-section"] }
|
||||||
|
|
||||||
va108xx-hal = { version = "0.11", path = "../va108xx-hal" }
|
va108xx-hal = { version = ">=0.10, <=0.11" }
|
||||||
|
|
||||||
[target.'cfg(all(target_arch = "arm", target_os = "none"))'.dependencies]
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))'.dependencies]
|
||||||
portable-atomic = { version = "1", features = ["unsafe-assume-single-core"] }
|
portable-atomic = { version = "1", features = ["unsafe-assume-single-core"] }
|
||||||
|
@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
## [v0.8.1] 2025-03-07
|
||||||
|
|
||||||
|
- Bumped allowed `va108xx-hal` dependency to 0.11
|
||||||
|
|
||||||
## [v0.8.0] 2025-02-17
|
## [v0.8.0] 2025-02-17
|
||||||
|
|
||||||
- Bumped `va108xx-hal` dependency to 0.10
|
- Bumped `va108xx-hal` dependency to 0.10
|
||||||
@ -56,3 +60,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Added basic accelerometer example. Board in not populated so it is not complete, but
|
- Added basic accelerometer example. Board in not populated so it is not complete, but
|
||||||
it provides a starting point
|
it provides a starting point
|
||||||
- Added ADC base library and example building on the new max116xx-10bit device driver crate
|
- Added ADC base library and example building on the new max116xx-10bit device driver crate
|
||||||
|
|
||||||
|
[unreleased]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/vorago-reb1-v0.8.1...HEAD
|
||||||
|
[v0.8.1]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/vorago-reg-v0.8.0...vorago-reb-v0.8.1
|
||||||
|
[v0.8.0]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/vorago-reg-v0.7.0...vorago-reb-v0.8.0
|
||||||
|
[v0.7.0]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/vorago-reg-v0.6.0...vorago-reb-v0.7.0
|
||||||
|
[v0.6.0]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/vorago-reg-v0.5.0...vorago-reb-v0.6.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "vorago-reb1"
|
name = "vorago-reb1"
|
||||||
version = "0.8.0"
|
version = "0.8.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"
|
||||||
@ -18,7 +18,7 @@ nb = "1"
|
|||||||
bitfield = ">=0.17, <=0.18"
|
bitfield = ">=0.17, <=0.18"
|
||||||
max116xx-10bit = "0.3"
|
max116xx-10bit = "0.3"
|
||||||
|
|
||||||
va108xx-hal = { version = ">=0.10, <=0.11", path = "../va108xx-hal", features = ["rt"] }
|
va108xx-hal = { version = ">=0.10, <=0.11", features = ["rt"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
rt = ["va108xx-hal/rt"]
|
rt = ["va108xx-hal/rt"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user