va416xx-rs/vorago-peb1/Cargo.toml
Robin Mueller 22cc40c095
Some checks are pending
Rust/va416xx-rs/pipeline/head Build started...
prepare release for BSP
2024-10-01 10:43:06 +02:00

33 lines
840 B
TOML

[package]
name = "vorago-peb1"
version = "0.1.0"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
edition = "2021"
description = "Board Support Crate for the Vorago PEB1 development board"
homepage = "https://egit.irs.uni-stuttgart.de/rust/vorago-peb1"
repository = "https://egit.irs.uni-stuttgart.de/rust/vorago-peb1"
license = "Apache-2.0"
keywords = ["no-std", "peb1", "cortex-m", "vorago", "va416xx"]
categories = ["embedded", "no-std", "hardware-support"]
[dependencies]
cortex-m = "0.7"
cortex-m-rt = "0.7"
embedded-hal = "1"
[dependencies.va416xx-hal]
path = "../va416xx-hal"
features = ["va41630"]
version = ">=0.3, <0.4"
[dependencies.lis2dh12]
version = "0.7"
features = ["out_f32"]
[features]
rt = ["va416xx-hal/rt"]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition"]