tm4c123x 0.7.0

Peripheral access API for TI TM4C123x microcontrollers
Documentation
[package]
name = "tm4c123x"
version = "0.7.0"
authors = ["whitequark <whitequark@whitequark.org>"]
description = "Peripheral access API for TI TM4C123x microcontrollers"
documentation = "https://docs.rs/tm4c123x"
repository = "https://github.com/m-labs/dslite2svd"
keywords = ["arm", "cortex-m", "tm4c", "tiva-c"]
categories = ["embedded"]
license = "0BSD"

[dependencies]
bare-metal = "0.2.0"
cortex-m = "0.5.0"
vcell = "0.1.0"

[dependencies.cortex-m-rt]
optional = true
version = "0.5.0"

[features]
rt = ["cortex-m-rt/device"]