atsam4ls4a-pac 0.2.1

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

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

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

[dependencies.vcell]
version = "0.1.3"

[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 ATSAM4LS4A microcontroller"
edition = "2021"
keywords = ["arm", "cortex-m", "atsam4ls4a", "svd2rust"]
license = "MIT OR Apache-2.0"
name = "atsam4ls4a-pac"
repository = "https://github.com/atsam-rs/atsam-pac"
version = "0.2.1"
[package.metadata.docs.rs]
features = ["rt"]