Compare commits
1 Commits
va416xx-em
...
e7f51eb1f9
Author | SHA1 | Date | |
---|---|---|---|
e7f51eb1f9
|
@@ -8,14 +8,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
## [v0.1.1] 2025-03-07
|
|
||||||
|
|
||||||
- Bumped allowed HAL dependency to v0.5
|
|
||||||
|
|
||||||
## [v0.1.0] 2025-02-18
|
## [v0.1.0] 2025-02-18
|
||||||
|
|
||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
[unreleased]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/compare/va416xx-embassy-v0.1.1...HEAD
|
|
||||||
[v0.1.1]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/compare/va416xx-embassy-v0.1.0...va416xx-embassy-v0.1.1
|
|
||||||
[v0.1.0]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/src/tag/va416xx-embassy-v0.1.0
|
|
||||||
|
@@ -21,7 +21,7 @@ portable-atomic = "1"
|
|||||||
|
|
||||||
once_cell = { version = "1", default-features = false, features = ["critical-section"] }
|
once_cell = { version = "1", default-features = false, features = ["critical-section"] }
|
||||||
|
|
||||||
va416xx-hal = { version = ">=0.4, <=0.5" }
|
va416xx-hal = { version = "0.5", path = "../va416xx-hal" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["irq-tim14-tim15"]
|
default = ["irq-tim14-tim15"]
|
||||||
|
@@ -8,10 +8,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
# [v0.1.2] 2025-03-07
|
|
||||||
|
|
||||||
- Bump allowed HAL version to v0.5
|
|
||||||
|
|
||||||
# [v0.1.1] 2025-02-18
|
# [v0.1.1] 2025-02-18
|
||||||
|
|
||||||
- Bump allowed HAL version to v0.4
|
- Bump allowed HAL version to v0.4
|
||||||
@@ -19,8 +15,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
# [v0.1.0] 2024-10-01
|
# [v0.1.0] 2024-10-01
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
[unreleased]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/compare/vorago-peb1-v0.1.2...HEAD
|
|
||||||
[v0.1.2]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/compare/vorago-peb1-v0.1.1...vorago-peb1-v0.1.2
|
|
||||||
[v0.1.1]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/compare/vorago-peb1-v0.1.0...vorago-peb1-v0.1.1
|
|
||||||
[v0.1.0]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/src/tag/vorago-peb1-v0.1.0
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "vorago-peb1"
|
name = "vorago-peb1"
|
||||||
version = "0.1.2"
|
version = "0.1.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 PEB1 development board"
|
description = "Board Support Crate for the Vorago PEB1 development board"
|
||||||
|
Reference in New Issue
Block a user