[package] name = "tudelft-lm3s6965-pac" version = "0.1.2" authors = ["Per Lindgren ", "Jonathan Dönszelmann "] edition = "2018" description = "Customized version of the lm3s6965 PAC to also provide interrupt support. Manually fixed SVD generation bugs." license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bare-metal = "0.2.0" cortex-m = "0.6.4" vcell = "0.1.2" [dependencies.cortex-m-rt] optional = true version = "0.7.3" [features] rt = ["cortex-m-rt/device"]