tm4c-hal 0.4.2

Common bits of HAL for the TM4C123x/TM4C129x family of microcontrollers
Documentation
[package]
name = "tm4c-hal"
version = "0.4.2"
authors = [
	"Jorge Aparicio <jorge@japaric.io>",
	"Jonathan 'theJPster' Pallant <github@thejpster.org.uk>",
	"Marc Poulhiès <dkm@kataplop.net>",
	"David Wood <code@dtwood.co.uk>",
]
description = "Common bits of HAL for the TM4C123x/TM4C129x family of microcontrollers"
keywords = ["arm", "cortex-m", "tm4c", "lm4f120", "hal"]
categories = ["embedded", "hardware-support", "no-std"]
license = "MIT OR Apache-2.0"
edition = "2018"
repository = "https://github.com/rust-embedded-community/tm4c-hal"
documentation = "https://docs.rs/tm4c-hal"

[dependencies]
cortex-m = "0.7"
nb = "1"

[dependencies.embedded-hal]
version = "0.2.2"
features = ["unproven"]

[dependencies.cast]
version = "0.2.2"
default-features = false