[package] authors = [ "The Cortex-M Team ", "Jorge Aparicio ", ] categories = ["embedded", "hardware-support", "no-std"] description = "Low level access to Cortex-M processors" documentation = "https://docs.rs/cortex-m" keywords = ["arm", "cortex-m", "register", "peripheral"] license = "MIT OR Apache-2.0" name = "cortex-m" readme = "README.md" repository = "https://github.com/japaric/cortex-m" version = "0.6.2" edition = "2018" links = "cortex-m" # prevent multiple versions of this crate to be linked together [dependencies] bare-metal = { version = "0.2.0", features = ["const-fn"] } volatile-register = "0.2.0" mutex-trait = "0.2.0" bitfield = "0.13.2" [features] cm7-r0p1 = [] inline-asm = []