[package] authors = ["Jorge Aparicio "] categories = ["embedded", "hardware-support", "no-std"] description = "Interrupt bindings for the LM3S6965 microcontroller" documentation = "https://docs.rs/lm3s6965" edition = "2018" keywords = ["arm", "cortex-m"] license = "MIT OR Apache-2.0" name = "lm3s6965" repository = "https://github.com/japaric/lm3s6965" version = "0.2.0" [dependencies] cortex-m = "0.7" cortex-m-rt = { version = "0.7", features = ["device"] }