stm32ral 0.1.1

Register access layer for all STM32 microcontrollers
Documentation
[package]
name = "stm32ral"
version = "0.1.1"
authors = ["Adam Greig <adam@adamgreig.com>"]
description = "Register access layer for all STM32 microcontrollers"
repository = "https://github.com/adamgreig/stm32ral"
documentation = "https://docs.rs/stm32ral"
readme = "README.md"
keywords = ["stm32", "embedded", "no_std"]
categories = ["embedded", "no-std"]
license = "MIT/Apache-2.0"

[package.metadata.docs.rs]
features = ["doc"]
no-default-features = true

[dependencies]
bare-metal = "0.2.4"
cortex-m = "0.5.8"

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

[features]
rt = ["cortex-m-rt/device"]
inline-asm = ["cortex-m/inline-asm"]
default = []
nosync = []
doc = []
armv6_m = []
armv7e_m = []
armv7_m = []
stm32f0x0 = ["armv6_m"]
stm32f0x1 = ["armv6_m"]
stm32f0x2 = ["armv6_m"]
stm32f0x8 = ["armv6_m"]
stm32f100 = ["armv7_m"]
stm32f101 = ["armv7_m"]
stm32f102 = ["armv7_m"]
stm32f103 = ["armv7_m"]
stm32f107 = ["armv7_m"]
stm32f215 = ["armv7_m"]
stm32f217 = ["armv7_m"]
stm32f301 = ["armv7e_m"]
stm32f302 = ["armv7e_m"]
stm32f303 = ["armv7e_m"]
stm32f373 = ["armv7e_m"]
stm32f3x4 = ["armv7e_m"]
stm32f3x8 = ["armv7e_m"]
stm32f401 = ["armv7e_m"]
stm32f405 = ["armv7e_m"]
stm32f407 = ["armv7e_m"]
stm32f410 = ["armv7e_m"]
stm32f411 = ["armv7e_m"]
stm32f412 = ["armv7e_m"]
stm32f413 = ["armv7e_m"]
stm32f427 = ["armv7e_m"]
stm32f429 = ["armv7e_m"]
stm32f446 = ["armv7e_m"]
stm32f469 = ["armv7e_m"]
stm32f7x2 = ["armv7e_m"]
stm32f7x3 = ["armv7e_m"]
stm32f7x5 = ["armv7e_m"]
stm32f7x6 = ["armv7e_m"]
stm32f7x7 = ["armv7e_m"]
stm32f7x9 = ["armv7e_m"]
stm32h7x3 = ["armv7e_m"]
stm32l0x1 = ["armv6_m"]
stm32l0x2 = ["armv6_m"]
stm32l0x3 = ["armv6_m"]
stm32l100 = ["armv7_m"]
stm32l151 = ["armv7_m"]
stm32l162 = ["armv7_m"]
stm32l4x1 = ["armv7e_m"]
stm32l4x2 = ["armv7e_m"]
stm32l4x3 = ["armv7e_m"]
stm32l4x5 = ["armv7e_m"]
stm32l4x6 = ["armv7e_m"]