[package] name = "atsame54p20a" description = "Peripheral access API for ATSAME54P20A microcontrollers (generated using svd2rust)" version = "0.7.1" authors = [ "Wez Furlong ", "Paul Sajna ", "Shella Stephens " ] 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/atsamd51j20a/atsamd51j20a/" [dependencies] bare-metal = "~0.2" cortex-m = "~0.6" vcell = "~0.1" [dependencies.cortex-m-rt] version = "~0.6.12" optional = true [features] rt = ["cortex-m-rt/device"]