stm32-hal2 0.2.6

Hardware abstraction layer for the stm32 chips
Documentation
[dependencies.as-slice]
version = "0.1"

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

[dependencies.cfg-if]
version = "1.0.0"

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

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

[dependencies.generic-array]
version = "0.13"

[dependencies.nb]
version = "1.0.0"

[dependencies.num-traits]
default-features = false
features = ["libm"]
version = "0.2.14"

[dependencies.paste]
version = "1.0.4"

[dependencies.rtcc]
version = "0.2"

[dependencies.stable_deref_trait]
default-features = false
version = "1.1"

[dependencies.stm32-usbd]
optional = true
version = "0.6.0"

[dependencies.stm32f3]
optional = true
version = "0.13.0"

[dependencies.stm32f4]
optional = true
version = "0.13.0"

[dependencies.stm32g0]
optional = true
version = "0.13.0"

[dependencies.stm32g4]
optional = true
version = "0.13.0"

[dependencies.stm32h7]
optional = true
version = "0.13.0"

[dependencies.stm32l4]
optional = true
version = "0.13.0"

[dependencies.stm32l5]
optional = true
version = "0.13.0"

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

[features]
f3 = []
f301 = ["stm32f3/stm32f301", "f3"]
f302 = ["stm32f3/stm32f302", "f3"]
f303 = ["stm32f3/stm32f303", "f3"]
f373 = ["stm32f3/stm32f373", "f3"]
f3rt = ["stm32f3/rt"]
f3x4 = ["stm32f3/stm32f3x4", "f3"]
f4 = []
f401 = ["stm32f4/stm32f401", "f4"]
f405 = ["stm32f4/stm32f405", "f4"]
f407 = ["stm32f4/stm32f407", "f4"]
f410 = ["stm32f4/stm32f410", "f4"]
f411 = ["stm32f4/stm32f411", "f4"]
f412 = ["stm32f4/stm32f412", "f4"]
f413 = ["stm32f4/stm32f413", "f4"]
f427 = ["stm32f4/stm32f427", "f4"]
f429 = ["stm32f4/stm32f429", "f4"]
f446 = ["stm32f4/stm32f446", "f4"]
f469 = ["stm32f4/stm32f469", "f4"]
f4rt = ["stm32f4/rt"]
g0 = []
g030 = ["stm32g0/stm32g030", "g0"]
g031 = ["stm32g0/stm32g031", "g0"]
g041 = ["stm32g0/stm32g041", "g0"]
g070 = ["stm32g0/stm32g070", "g0"]
g071 = ["stm32g0/stm32g071", "g0"]
g081 = ["stm32g0/stm32g081", "g0"]
g0rt = ["stm32g0/rt"]
g4 = []
g431 = ["stm32g4/stm32g431", "g4"]
g441 = ["stm32g4/stm32g441", "g4"]
g471 = ["stm32g4/stm32g471", "g4"]
g473 = ["stm32g4/stm32g473", "g4"]
g474 = ["stm32g4/stm32g474", "g4"]
g483 = ["stm32g4/stm32g483", "g4"]
g484 = ["stm32g4/stm32g484", "g4"]
g491 = ["stm32g4/stm32g491", "g4"]
g4a1 = ["stm32g4/stm32g4a1", "g4"]
g4rt = ["stm32g4/rt"]
h7 = []
h743 = ["stm32h7/stm32h743", "h7"]
h743v = ["stm32h7/stm32h743v", "h7"]
h747cm4 = ["stm32h7/stm32h747cm4", "h7"]
h747cm7 = ["stm32h7/stm32h747cm7", "h7"]
h753 = ["stm32h7/stm32h753", "h7"]
h753v = ["stm32h7/stm32h753v", "h7"]
h7b3 = ["stm32h7/stm32h7b3", "h7"]
h7rt = ["stm32h7/rt"]
l4 = []
l4rt = ["stm32l4/rt"]
l4x1 = ["stm32l4/stm32l4x1", "l4"]
l4x2 = ["stm32l4/stm32l4x2", "l4"]
l4x3 = ["stm32l4/stm32l4x3", "l4"]
l4x5 = ["stm32l4/stm32l4x5", "l4"]
l4x6 = ["stm32l4/stm32l4x6", "l4"]
l5 = []
l552 = ["stm32l5/stm32l552", "l5"]
l562 = ["stm32l5/stm32l562", "l5"]
l5rt = ["stm32l5/rt"]
usb = ["stm32-usbd"]

[package]
authors = ["David O'Connor <david.alan.oconnor@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Hardware abstraction layer for the stm32 chips"
documentation = "https://docs.rs/stm32-hal2"
edition = "2018"
exclude = [".gitignore"]
keywords = ["no-std", "stm32", "embedded", "embedded-hal"]
license = "MIT OR Apache-2.0"
name = "stm32-hal2"
readme = "README.md"
repository = "https://github.com/David-OConnor/stm32-hal"
version = "0.2.6"
[package.metadata.docs.rs]
features = ["l4rt", "l4x3", "usb"]
targets = ["thumbv7em-none-eabihf"]