3 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -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.5", path = "../va416xx-hal" } va416xx-hal = { version = ">=0.4, <=0.5" }
[features] [features]
default = ["irq-tim14-tim15"] default = ["irq-tim14-tim15"]

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "vorago-peb1" name = "vorago-peb1"
version = "0.1.1" version = "0.1.2"
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"