atsame54n19a-pac 0.1.0

Peripheral access crate for the ATSAME54N19A microcontroller
Documentation
[dependencies.bare-metal]
version = "0.2.4"

[dependencies.cortex-m]
version = "0.6.3"

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

[dependencies.vcell]
version = "0.1.2"

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

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