lora-e5-bsp 0.6.1

Board support package for the seeed LoRa-E5 development kit
Documentation
[dependencies.defmt]
optional = true
version = "0.3"

[dependencies.stm32wlxx-hal]
features = ["stm32wle5"]
version = "=0.6.1"

[features]
chrono = ["stm32wlxx-hal/chrono"]
defmt = ["stm32wlxx-hal/defmt", "dep:defmt"]
embedded-time = ["stm32wlxx-hal/embedded-time"]
rt = ["stm32wlxx-hal/rt"]

[package]
authors = ["Alex Martens <alex@thinglab.org>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Board support package for the seeed LoRa-E5 development kit"
edition = "2021"
keywords = ["arm", "cortex-m", "stm32", "bsp", "seeed"]
license = "MIT OR Apache-2.0"
name = "lora-e5-bsp"
readme = "README.md"
repository = "https://github.com/stm32-rs/stm32wlxx-hal"
resolver = "2"
rust-version = "1.60"
version = "0.6.1"

[package.metadata.docs.rs]
all-features = false
features = ["rt", "embedded-time", "chrono"]
rustdoc-args = ["--cfg", "docsrs"]