atsamd-hal 0.7.0

HAL and Peripheral access API for ATSAMD21 and ATSAMD51 microcontrollers
docs.rs failed to build atsamd-hal-0.7.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: atsamd-hal-0.16.0

HAL for working with atsamd devices

This crate provides a type-safe API for working with atsamd21 and atsamd51 based devices. Currently this crate supports atsamd21g18a, atsamd21e18a or atsamd51j19a (selectable via the samd21g18a, samd21e18a, or samd51j19a features), and should be able to support other variants in a similar fashion; pull requests for this are welcomed!

Examples?

Check out the metro_m0 board support crate examples:

https://github.com/atsamd-rs/atsamd/tree/master/metro_m0/examples