tudelft-lm3s6965-pac 0.1.2

Customized version of the lm3s6965 PAC to also provide interrupt support. Manually fixed SVD generation bugs.
Documentation
[package]
name = "tudelft-lm3s6965-pac"
version = "0.1.2"
authors = ["Per Lindgren <per.lindgren@ltu.se>", "Jonathan Dönszelmann <J.B.Doenszelmann@tudelft.nl", "Vivian Roest <v@0x76.dev>"]
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"]