[package] name = "nucleo-wl55jc-bsp" description = "Board support package for the NUCLEO-WL55JC" readme = "README.md" version = "0.6.1" authors = ["Alex Martens "] edition = "2021" rust-version = "1.60" license = "MIT OR Apache-2.0" keywords = ["arm", "cortex-m", "stm32", "bsp", "nucleo"] categories = ["embedded", "hardware-support", "no-std"] repository = "https://github.com/stm32-rs/stm32wlxx-hal" [features] chrono = ["stm32wlxx-hal/chrono"] defmt = ["stm32wlxx-hal/defmt", "dep:defmt"] embedded-time = ["stm32wlxx-hal/embedded-time"] rt = ["stm32wlxx-hal/rt"] stm32wl5x_cm0p = ["stm32wlxx-hal/stm32wl5x_cm0p"] stm32wl5x_cm4 = ["stm32wlxx-hal/stm32wl5x_cm4"] [dependencies.stm32wlxx-hal] version = "=0.6.1" path = "../hal" [dependencies.defmt] version = "0.3" optional = true [package.metadata.docs.rs] all-features = false features = ["stm32wl5x_cm4", "rt", "embedded-time", "chrono"] rustdoc-args = ["--cfg", "docsrs"]