atsam4ls2a-pac 0.3.2

Peripheral access crate for the ATSAM4LS2A microcontroller
Documentation
[dependencies.cortex-m]
version = "0.7.7"

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

[dependencies.critical-section]
optional = true
version = "1.1.1"

[dependencies.vcell]
version = "0.1.3"

[features]
critical-section = ["dep:critical-section"]
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 ATSAM4LS2A microcontroller"
edition = "2021"
keywords = ["arm", "cortex-m", "atsam4ls2a", "svd2rust"]
license = "MIT OR Apache-2.0"
name = "atsam4ls2a-pac"
repository = "https://github.com/atsam-rs/atsam-pac"
resolver = "1"
version = "0.3.2"
[package.metadata.docs.rs]
features = ["rt"]