atsamd21g18a 0.6.0

Peripheral access API for ATSAMD21G18A microcontrollers (generated using svd2rust)
Documentation
[package]
name = "atsamd21g18a"
description = "Peripheral access API for ATSAMD21G18A microcontrollers (generated using svd2rust)"
version = "0.6.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"
documentation = "https://atsamd-rs.github.io/atsamd/atsamd21g18a/atsamd21g18a/"

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

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

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