alt-stm32f30x-hal 0.44.0

Alternative HAL impl for the STM32F30x family of microcontrollers
Documentation
[dependencies.bitrate]
version = "0.1.1"

[dependencies.bobbin-bits]
version = "0.1.1"

[dependencies.cast]
default-features = false
version = "0.3.0"

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

[dependencies.hal]
features = ["unproven"]
package = "embedded-hal"
version = "0.2.7"

[dependencies.nb]
version = "1.0.0"

[dependencies.stm32f3]
package = "stm32f3"
version = "0.15.1"

[dependencies.void]
default-features = false
version = "1.0.2"

[features]
default = []
device-selected = []
rt = ["stm32f3/rt"]
stm32f302 = ["stm32f3/stm32f302", "device-selected"]
stm32f303 = ["stm32f3/stm32f303", "device-selected"]

[package]
authors = ["Roma Sokolov", "Alexander Zhuravlev", "Jorge Aparicio <jorge@japaric.io>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Alternative HAL impl for the STM32F30x family of microcontrollers"
edition = "2018"
keywords = ["arm", "cortex-m", "stm32", "hal"]
license = "MIT OR Apache-2.0"
name = "alt-stm32f30x-hal"
readme = "README.md"
repository = "https://github.com/copterust/alt-stm32f30x-hal"
version = "0.44.0"
[package.metadata.docs.rs]
features = ["stm32f303", "rt"]