# HAL for the nRF5340 microcontroller [![crates.io](https://img.shields.io/crates/v/nrf5340-hal.svg)](https://crates.io/crates/nrf5340-hal) [![docs.rs](https://docs.rs/nrf5340-hal/badge.svg)](https://docs.rs/nrf5340-hal/) [![Build Status](https://travis-ci.org/nrf-rs/nrf5340-hal.svg?branch=master)](https://travis-ci.org/nrf-rs/nrf5340-hal) **Warning: *Very* WIP!** Please refer to the [changelog](CHANGELOG.md) to see what changed in the last releases. ## Usage Add an entry to your `Cargo.toml`: ```toml [dependencies] nrf5340-hal = "0.0.0" ``` Check the [API Documentation](https://docs.rs/nrf5340-hal/) for how to use the crate's functionality. ## Rust version support This crate supports the 3 latest stable Rust releases. Bumping the minimum supported Rust version (MSRV) is not considered a breaking change as long as these 3 versions are still supported. The MSRV is also explicitly tested against in [.travis.yml](.travis.yml).