lpc177x_8x-hal 0.1.0

Implementation of the `embedded-hal` traits for LPC177x/8x
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "lpc177x_8x-hal"
version = "0.1.0"
authors = ["Brandon Matthews <bmatthews@zipcar.com>"]
description = "Implementation of the `embedded-hal` traits for LPC177x/8x"
readme = "README.md"
keywords = ["no-std", "arm", "cortex-m", "lpc17xx", "lpc177x_8x"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/thenewwazoo/lpc177x_8x-hal"
[dependencies.embedded-hal]
version = "0.2"
features = ["unproven"]

[dependencies.lpc177x_8x]
version = "0.13.3"

[dependencies.nb]
version = "0.1.1"

[features]
LQFP208 = []
default = ["LQFP208", "rt"]
rt = ["lpc177x_8x/rt"]