stm32l0x1-hal 0.9.0

Peripheral access API for STM32L0x1 microcontrollers
Documentation
[dependencies.cast]
default-features = false
version = "0.2.2"

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

[dependencies.embedded-hal]
version = "1.0.0-alpha.1"

[dependencies.flash-embedded-hal]
version = "0"

[dependencies.nb]
version = "1.0"

[dependencies.stm32l0]
features = ["stm32l0x1", "rt"]
version = "0.11.0"

[features]
STM32L011x3 = []
STM32L011x4 = []
STM32L031x4 = []
STM32L031x6 = []
default = ["rt"]
rt = ["stm32l0/rt"]

[package]
authors = ["Brandon Matthews <thenewwazoo@optimaltour.us>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Peripheral access API for STM32L0x1 microcontrollers"
keywords = ["arm", "cortex-m", "stm32l0x1", "hal"]
license = "0BSD"
name = "stm32l0x1-hal"
repository = "https://github.com/thenewwazoo/stm32l0x1-hal/"
version = "0.9.0"