stm32wb-pac 0.2.0

A peripheral access crate for STM32WB Cortex-M4F BLE/IEEE 802.15.4
Documentation
[dependencies.bare-metal]
version = "0.2.0"

[dependencies.cortex-m]
version = "0.5.8"

[dependencies.cortex-m-rt]
optional = true
version = "0.6.5"

[dependencies.vcell]
version = "0.1.0"

[features]
rt = ["cortex-m-rt/device"]

[package]
authors = ["Evgenii P. <eupn@protonmail.com>"]
description = "A peripheral access crate for STM32WB Cortex-M4F BLE/IEEE 802.15.4"
edition = "2018"
license = "MIT"
name = "stm32wb-pac"
repository = "https://github.com/eupn/stm32wb-pac"
version = "0.2.0"