[package] name = "va416xx-hal" version = "0.1.0" authors = ["Robin Mueller "] edition = "2021" description = "HAL for the Vorago VA416xx family of MCUs" homepage = "https://egit.irs.uni-stuttgart.de/rust/va416xx-hal" repository = "https://egit.irs.uni-stuttgart.de/rust/va416xx-hal" license = "Apache-2.0" keywords = ["no-std", "hal", "cortex-m", "vorago", "va416xx"] categories = ["embedded", "no-std", "hardware-support"] [dependencies] cortex-m = "0.7" cortex-m-rt = "0.7.1" nb = "1" [dependencies.va416xx] path = "../va416xx" version = "0.1.0" [features] rt = ["va416xx/rt"] [dev-dependencies] panic-rtt-target = { version = "0.1", features = ["cortex-m"] } rtt-target = { version = "0.3", features = ["cortex-m"] } panic-halt = "0.2" [profile.dev] debug = true lto = false [profile.release] lto = true debug = true