nrf5340-hal 0.0.0

HAL for the nRF5340 microcontroller
docs.rs failed to build nrf5340-hal-0.0.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.

HAL for the nRF5340 microcontroller

crates.io docs.rs Build Status

Warning: Very WIP!

Please refer to the changelog to see what changed in the last releases.

Usage

Add an entry to your Cargo.toml:

[dependencies]
nrf5340-hal = "0.0.0"

Check the API Documentation 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.