[package] name = "pfza_proto1" version = "0.6.1" authors = ["Michael van Niekerk "] description = "Board Support crate for the PathfinderZA Proto1" keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/atsamd-rs/atsamd" readme = "README.md" edition = "2021" [dependencies.cortex-m-rt] version = "0.7" optional = true [dependencies.atsamd-hal] version = "0.14" default-features = false [dev-dependencies] panic-halt = "0.2" panic-semihosting = "0.5" [features] # ask the HAL to enable atsame54p support default = ["rt", "atsamd-hal/same54p", "atsamd-hal/same54"] rt = ["cortex-m-rt", "atsamd-hal/same54p-rt"] unproven = ["atsamd-hal/unproven"] # for cargo flash [package.metadata] chip = "ATSAME54P20A"