[package] authors = ["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" repository = "https://github.com/japaric/cortex-m" version = "0.4.2" [dependencies] aligned = "0.1.1" bare-metal = "0.1.0" volatile-register = "0.2.0" [features] cm7-r0p1 = []