docs.rs failed to build atsamd-hal-0.9.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.
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.18.2
HAL for working with atsamd & atsame devices
This crate provides a type-safe API for working with samd11
, samd21
, samd51
, and same54
based devices.
Documentation
Supported Devices
atsamd11c14a
(via thesamd11c14a
feature) [pac]atsamd21e18a
(via thesamd21e18a
feature) [pac]atsamd21g18a
(via thesamd21g18a
feature) [pac]atsamd21j18a
(via thesamd21j18a
feature) [pac]atsamd51g19a
(via thesamd51g19a
feature) [pac]atsamd51j19a
(via thesamd51j19a
feature) [pac]atsamd51j20a
(via thesamd51j20a
feature) [pac]atsame54p20a
(via thesame54p20a
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:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.