Skip to content

BSP for the Actinius Icarus IoT Dev Board (nRF9160)

Notifications You must be signed in to change notification settings

nrf-rs/actinius-icarus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

BSP for the Actinius Icarus IoT Dev Board (nRF9160)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages