atsamd-hal 0.9.1

HAL and Peripheral access API for ATSAMD11, ATSAMD21, ATSAMD51 and ATSAME54 microcontrollers
docs.rs failed to build atsamd-hal-0.9.1
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 & atsame devices

This crate provides a type-safe API for working with samd11, samd21, samd51, and same54 based devices.

Build Status Crates.io

Documentation

Supported Devices

  • atsamd11c14a (via the samd11c14a feature) [pac]
  • atsamd21e18a (via the samd21e18a feature) [pac]
  • atsamd21g18a (via the samd21g18a feature) [pac]
  • atsamd21j18a (via the samd21j18a feature) [pac]
  • atsamd51g19a (via the samd51g19a feature) [pac]
  • atsamd51j19a (via the samd51j19a feature) [pac]
  • atsamd51j20a (via the samd51j20a feature) [pac]
  • atsamd51n20a (via the samd51n20a feature) [pac]
  • atsamd51p19a (via the samd51p19a feature) [pac]
  • atsame54p20a (via the same54p20a feature) [pac]

This crate can 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/boards/metro_m0/examples

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.