atsamd21g 0.10.0

Peripheral access API for ATSAMD21G microcontrollers (generated using svd2rust)
Documentation
[package]
name = "atsamd21g"
description = "Peripheral access API for ATSAMD21G microcontrollers (generated using svd2rust)"
version = "0.10.0"
authors = ["Wez Furlong <wez@wezfurlong.org>", "Blake Johnson <johnsonblake1@gmail.com>"]
keywords = ["no-std", "arm", "cortex-m"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/atsamd-rs/atsamd"
readme = "README.md"

[dependencies]
bare-metal = "0.2"
cortex-m = "0.6"
vcell = "0.1.2"

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

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