ovl-atsame70q21b 0.21.0

Peripheral access API for ATSAME70Q21B microcontrollers from Atmel/Microchip (generated using svd2rust)
Documentation
[package]
name = "ovl-atsame70q21b"
description = "Peripheral access API for ATSAME70Q21B microcontrollers from Atmel/Microchip (generated using svd2rust)"
version = "0.21.0"
authors = [
    "Michal Fita <michal.fita@gmail.com>",
    "Viktor Sonesten <viktor.sonesten@grepit.se>",
    "James Munns <james@onevariable.com>",
]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
license = "0BSD"
repository = "https://github.com/jamesmunns/same70-experiments"
readme = "README.md"
edition = "2018"
rust-version = "1.46.0"

[dependencies]
cortex-m = "0.7"
vcell = "0.1.2"

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

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

[lib]
name = "atsame70q21b"
path = "src/lib.rs"