[package]
edition = "2018"
rust-version = "1.46.0"
name = "atsame70q21"
version = "0.21.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
description = "Peripheral access API for ATSAME70Q21 microcontrollers from Atmel/Microchip (generated using svd2rust)"
readme = "README.md"
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
categories = ["no-std", "embedded", "hardware-support"]
license = "0BSD"
repository = "https://github.com/michalfita/atsams70-rust"
[lib]
name = "atsame70q21"
path = "src/lib.rs"
[dependencies.cortex-m]
version = "0.7"
[dependencies.cortex-m-rt]
version = "0.7"
optional = true
[dependencies.vcell]
version = "0.1.2"
[features]
rt = ["cortex-m-rt/device"]