atsame54p20a-pac 0.1.0

Peripheral access crate for the ATSAME54P20A microcontroller
Documentation
[package]
authors = ["John Terrell <john@coolpeoplenetworks.com>", "Jacob Alexander <haata@kiibohd.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Peripheral access crate for the ATSAME54P20A microcontroller"
keywords = ["arm", "cortex-m", "atsame54p20a", "svd2rust"]
license = "MIT OR Apache-2.0"
name = "atsame54p20a-pac"
repository = "https://github.com/atsam-rs/atsam-pac"
version = "0.1.0"

[dependencies]
bare-metal = "0.2.4"
cortex-m = "0.6.3"
vcell = "0.1.2"

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

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

[package.metadata.docs.rs]
features = ["rt"]