stm32f3xx-hal 0.4.1

Peripheral access API for STM32F3 series microcontrollers
Documentation
[[example]]
name = "pwm"
required-features = ["stm32f303xc"]

[[example]]
name = "toggle"
required-features = ["rt", "stm32f303xc"]

[[example]]
name = "usb_serial"
required-features = ["rt", "stm32f303xc", "stm32-usbd"]

[[example]]
name = "spi"
required-features = ["stm32f303"]
[badges.travis-ci]
repository = "stm32-rs/stm32f3xx-hal"
[dependencies.bare-metal]
features = ["const-fn"]
version = "0.2.4"

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

[dependencies.cortex-m]
version = ">=0.5.8,<0.7"

[dependencies.cortex-m-rt]
version = "0.6.8"

[dependencies.embedded-hal]
version = "0.2.3"

[dependencies.nb]
version = "0.1.2"

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

[dependencies.stm32f3]
version = "0.9.0"

[dependencies.void]
default-features = false
version = "1.0.2"
[dev-dependencies.panic-semihosting]
version = "0.5.2"

[dev-dependencies.usb-device]
version = "0.2.3"

[dev-dependencies.usbd-serial]
version = "0.1.0"

[features]
default = ["unproven"]
device-selected = []
rt = ["stm32f3/rt"]
stm32f301 = ["stm32f3/stm32f301", "device-selected"]
stm32f302 = ["stm32f3/stm32f302", "device-selected"]
stm32f303 = ["stm32f3/stm32f303", "device-selected"]
stm32f303x6 = ["stm32f303"]
stm32f303x8 = ["stm32f303"]
stm32f303xb = ["stm32f303", "stm32-usbd/ram_access_1x16"]
stm32f303xc = ["stm32f303", "stm32-usbd/ram_access_1x16"]
stm32f303xd = ["stm32f303", "stm32-usbd/ram_access_2x16"]
stm32f303xe = ["stm32f303", "stm32-usbd/ram_access_2x16"]
stm32f318 = ["stm32f3/stm32f3x8", "device-selected"]
stm32f328 = ["stm32f3/stm32f3x8", "device-selected"]
stm32f334 = ["stm32f3/stm32f3x4", "device-selected"]
stm32f358 = ["stm32f3/stm32f3x8", "device-selected"]
stm32f373 = ["stm32f3/stm32f373", "device-selected"]
stm32f378 = ["stm32f3/stm32f3x8", "device-selected"]
stm32f398 = ["stm32f3/stm32f3x8", "device-selected"]
unproven = ["embedded-hal/unproven"]

[package]
authors = ["Jorge Aparicio <jorge@japaric.io>", "Dylan Frankland <dylan@frankland.io>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Peripheral access API for STM32F3 series microcontrollers"
documentation = "https://docs.rs/stm32f3xx-hal"
edition = "2018"
keywords = ["arm", "cortex-m", "stm32f3xx", "hal"]
license = "0BSD"
name = "stm32f3xx-hal"
repository = "https://github.com/stm32-rs/stm32f3xx-hal"
version = "0.4.1"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
features = ["stm32f303xc", "rt", "stm32-usbd"]
[profile.dev]
debug = true
lto = true

[profile.release]
debug = true
lto = true
opt-level = "s"