gemma_m0 0.11.1

Board Support crate for the Adafruit Gemma M0
Documentation
[dependencies.atsamd-hal]
default-features = false
version = "0.14"

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

[dependencies.panic-semihosting]
optional = true
version = "0.6.0"
[dev-dependencies.panic-halt]
version = "0.2"

[features]
default = ["rt", "atsamd-hal/samd21e"]
rt = ["cortex-m-rt", "atsamd-hal/samd21e-rt"]
unproven = ["atsamd-hal/unproven"]
use_semihosting = ["panic-semihosting"]

[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Board Support crate for the Adafruit Gemma M0"
edition = "2021"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
license = "MIT OR Apache-2.0"
name = "gemma_m0"
readme = "README.md"
repository = "https://github.com/atsamd-rs/atsamd"
version = "0.11.1"

[package.metadata]
chip = "ATSAMD21E18A"