Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.25 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.25 KB

Board Support Package for the Actinius Icarus

This crate is a Board Support Package (BSP). It wraps the HAL crate (nrf9160-hal) for the on-board nRF9160, and provides high level wrappers for the onboard features.

Note: This crate is still in early development.

Usage

You will require the thumbv8m.main-none-eabihf target installed. To build one of these examples:

$ rustup target add thumbv8m.main-none-eabihf
$ git clone https://github.com/nrf-rs/actinius-icarus.git
$ cd actinius-icarus
$ cargo build --target=thumbv8m.main-none-eabihf --example blinky

To use in your own application, add as a dependency and call the Board::take() function.

Minimum Supported Rust Version

This crate is guaranteed to build on stable Rust 1.41 and higher.

Licence

Licensed under either of

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.