Crates.io | nrf5340-hal |
lib.rs | nrf5340-hal |
version | 0.0.0 |
source | src |
created_at | 2019-11-27 22:39:41.210828 |
updated_at | 2019-11-27 22:39:41.210828 |
description | HAL for the nRF5340 microcontroller |
homepage | |
repository | https://github.com/nrf-rs/nrf5340-hal.git |
max_upload_size | |
id | 184957 |
size | 22,557 |
Warning: Very WIP!
Please refer to the changelog to see what changed in the last releases.
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.
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.