# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "samd11_bare" version = "0.10.0" authors = ["Jesse Braham "] description = "Support crate for the ATSAMD11C" readme = "README.md" keywords = [ "no-std", "arm", "cortex-m", "embedded-hal", ] license = "MIT OR Apache-2.0" repository = "https://github.com/atsamd-rs/atsamd" [package.metadata] chip = "ATSAMD11C14A" [profile.dev] opt-level = "s" [profile.release] debug = 2 [[example]] name = "adc" required-features = [ "rt", "use_semihosting", ] [[example]] name = "blinky_basic" [[example]] name = "pwm" [[example]] name = "serial" [[example]] name = "timer" [[example]] name = "i2c" required-features = ["dma"] [dependencies.atsamd-hal] version = "0.17.0" default-features = false [dependencies.cortex-m] version = "0.7" features = ["critical-section-single-core"] [dependencies.cortex-m-rt] version = "0.7" optional = true [dev-dependencies.cortex-m] version = "0.7" [dev-dependencies.panic-halt] version = "0.2" [dev-dependencies.panic-probe] version = "0.2.0" [dev-dependencies.panic-semihosting] version = "0.5" [dev-dependencies.rtt-target] version = "0.3.0" features = ["cortex-m"] [features] default = [ "rt", "atsamd-hal/samd11c", ] dma = ["atsamd-hal/dma"] max-channels = [ "dma", "atsamd-hal/max-channels", ] rt = [ "cortex-m-rt", "atsamd-hal/samd11c-rt", ] use_semihosting = []