[package] name = "atsaml22j" description = "Peripheral access API for ATSAML22J microcontrollers (generated by svd2rust)" version = "0.1.0" authors = ["Sigve Indregard "] keywords = ["no-std", "arm", "cortex-m"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT OR Apache-2.0" repository = "https://codeberg.org/sigvei/atsaml-rs" readme = "README.md" edition = "2021" [dependencies] cortex-m = "0.7" vcell = "0.1" critical-section = { version = "1.1", optional=true } [dependencies.cortex-m-rt] version = "0.7" optional = true [features] default = ["critical-section"] rt = ["cortex-m-rt/device"] critical-section = ["dep:critical-section"]