stm32ral 0.8.0

Register access layer for all STM32 microcontrollers
Documentation
[dependencies.cortex-m-rt]
optional = true
version = ">=0.6.15,<0.8"

[dependencies.external_cortex_m]
package = "cortex-m"
version = "0.7.3"

[features]
armv6m = []
armv7em = []
armv7m = []
armv8m = []
default = ["rt"]
doc = []
inline-asm = ["external_cortex_m/inline-asm"]
nosync = []
rt = ["cortex-m-rt/device"]
rtfm = ["rtic"]
rtic = []
stm32f0x0 = ["armv6m"]
stm32f0x1 = ["armv6m"]
stm32f0x2 = ["armv6m"]
stm32f0x8 = ["armv6m"]
stm32f100 = ["armv7m"]
stm32f101 = ["armv7m"]
stm32f102 = ["armv7m"]
stm32f103 = ["armv7m"]
stm32f107 = ["armv7m"]
stm32f215 = ["armv7m"]
stm32f217 = ["armv7m"]
stm32f301 = ["armv7em"]
stm32f302 = ["armv7em"]
stm32f303 = ["armv7em"]
stm32f373 = ["armv7em"]
stm32f3x4 = ["armv7em"]
stm32f3x8 = ["armv7em"]
stm32f401 = ["armv7em"]
stm32f405 = ["armv7em"]
stm32f407 = ["armv7em"]
stm32f410 = ["armv7em"]
stm32f411 = ["armv7em"]
stm32f412 = ["armv7em"]
stm32f413 = ["armv7em"]
stm32f427 = ["armv7em"]
stm32f429 = ["armv7em"]
stm32f446 = ["armv7em"]
stm32f469 = ["armv7em"]
stm32f730 = ["armv7em"]
stm32f745 = ["armv7em"]
stm32f750 = ["armv7em"]
stm32f765 = ["armv7em"]
stm32f7x2 = ["armv7em"]
stm32f7x3 = ["armv7em"]
stm32f7x6 = ["armv7em"]
stm32f7x7 = ["armv7em"]
stm32f7x9 = ["armv7em"]
stm32g030 = ["armv6m"]
stm32g031 = ["armv6m"]
stm32g041 = ["armv6m"]
stm32g050 = ["armv6m"]
stm32g051 = ["armv6m"]
stm32g061 = ["armv6m"]
stm32g070 = ["armv6m"]
stm32g071 = ["armv6m"]
stm32g07x = ["armv6m"]
stm32g081 = ["armv6m"]
stm32g0b0 = ["armv6m"]
stm32g0b1 = ["armv6m"]
stm32g0c1 = ["armv6m"]
stm32g431 = ["armv7em"]
stm32g441 = ["armv7em"]
stm32g471 = ["armv7em"]
stm32g473 = ["armv7em"]
stm32g474 = ["armv7em"]
stm32g483 = ["armv7em"]
stm32g484 = ["armv7em"]
stm32g491 = ["armv7em"]
stm32g4a1 = ["armv7em"]
stm32h735 = ["armv7em"]
stm32h743 = ["armv7em"]
stm32h743v = ["armv7em"]
stm32h747cm4 = ["armv7em"]
stm32h747cm7 = ["armv7em"]
stm32h753 = ["armv7em"]
stm32h753v = ["armv7em"]
stm32h7b3 = ["armv7em"]
stm32l0x0 = ["armv6m"]
stm32l0x1 = ["armv6m"]
stm32l0x2 = ["armv6m"]
stm32l0x3 = ["armv6m"]
stm32l100 = ["armv7m"]
stm32l151 = ["armv7m"]
stm32l162 = ["armv7m"]
stm32l412 = ["armv7em"]
stm32l4r5 = ["armv7em"]
stm32l4r9 = ["armv7em"]
stm32l4x1 = ["armv7em"]
stm32l4x2 = ["armv7em"]
stm32l4x3 = ["armv7em"]
stm32l4x5 = ["armv7em"]
stm32l4x6 = ["armv7em"]
stm32l552 = ["armv8m"]
stm32l562 = ["armv8m"]
stm32mp153 = ["armv7em"]
stm32mp157 = ["armv7em"]
stm32wb55 = ["armv7em"]
stm32wl5x_cm0p = ["armv6m"]
stm32wl5x_cm4 = ["armv7em"]
stm32wle5 = ["armv7em"]

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