| Crates.io | atsamx7x-hal |
| lib.rs | atsamx7x-hal |
| version | 0.4.6 |
| created_at | 2019-07-31 22:08:42.927494+00 |
| updated_at | 2025-04-04 17:02:54.207235+00 |
| description | HAL and peripheral access API for ATSAME70, ATSAMS70, ATSAMV70, and ATSAMV71 microcontrollers |
| homepage | |
| repository | https://github.com/atsams-rs/atsamx7x-rust |
| max_upload_size | |
| id | 153285 |
| size | 362,511 |
This crate provides a type-safe API for working with Microchip SAM S70/E70/V70/V71-based devices.
For example, if you are using an ATSAMV71Q21B. Add the following to your Cargo.toml:
[dependencies]
atsamx7x-hal = { version = "0.4.6", features = [ "samv71q21b-rt", "unproven" ] }
The -rt suffix adds the cortex-m-rt run-time. unproven enables unproven embedded-hal features.
All source code (including code snippets) is licensed under either of
Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0) MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT) at your option.
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 licensed as above, without any additional terms or conditions.