# 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 = "2021" name = "ovl-atsamx7x-hal" version = "0.2.1" authors = ["Michal Fita ", "Viktor Sonesten ", "James Munns "] description = "HAL and peripheral access API for ATSAME70 microcontrollers" readme = "README.md" keywords = ["no-std", "arm", "cortex-m", "embedded-hal", "hal"] categories = ["embedded", "hardware-support", "no-std"] license = "0BSD" repository = "https://github.com/jamesmunns/same70-experiments" resolver = "2" [dependencies.atsame70q21b] version = "0.21.0" optional = true package = "ovl-atsame70q21b" [dependencies.cortex-m] version = "0.7" [dependencies.defmt] version = "0.3.0" [dependencies.embedded-hal] version = "0.2.3" [dependencies.fugit] version = "0.3.5" [dependencies.groundhog] version = "0.2.5" [dependencies.nb] version = "0.1.2" [dependencies.rtic-monotonic] version = "1.0.0" [dependencies.smoltcp] version = "0.8" features = ["proto-ipv4", "proto-dhcpv4", "medium-ethernet", "socket-tcp", "socket-udp", "socket-raw", "socket-dhcpv4", "defmt"] default-features = false [features] default = ["same70q21b-rt"] device-selected = [] same70q21b = ["atsame70q21b", "device-selected"] same70q21b-rt = ["same70q21b", "atsame70q21b/rt"]