# Microchip/Atmel ATSAM4 HAL for Rust This repository holds the Hardware Abstraction Layer Crate for the Microchip/Atmel `ATSAM4` microcontroller family. [![Build Status](https://github.com/atsam4-rs/atsam4-hal/workflows/Rust/badge.svg)](https://github.com/atsam4-rs/atsam4-hal/actions) [![Docs](https://docs.rs/atsam4-hal/badge.svg)](https://docs.rs/atsam4-hal/latest/) [![Crates.io](https://img.shields.io/crates/v/atsam4-hal.svg)](https://crates.io/crates/atsam4-hal) [![Crates.io](https://img.shields.io/crates/l/atsam4-hal.svg)](https://crates.io/crates/atsam4-hal) [![Crates.io](https://img.shields.io/crates/d/atsam4-hal.svg)](https://crates.io/crates/atsam4-hal) NOTE: This crate is still under active development. Currently only the ATSAM4E, ATSAM4N and ATSAM4S are supported. ## License - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) - MIT license ([LICENSE-MIT](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.