stm32l0x1 0.13.2

Peripheral access API for STM32L0x1 microcontrollers
Documentation
[package]
name = "stm32l0x1"
version = "0.13.2"
authors = ["Ferdia McKeogh <chocol4te@users.noreply.github.com>"]
description = "Peripheral access API for STM32L0x1 microcontrollers"
documentation = "https://docs.rs/stm32l0x1"
keywords = ["arm", "cortex-m", "stm32", "svd2rust"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/chocol4te/stm32l0x1"

[dependencies]
bare-metal = "0.2.0"
cortex-m = "0.5.7"
vcell = "0.1.0"

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

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