Skip to content

nrf-rs/ebyte-e73-tbx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Board Support Package for the Ebyte E73-TBA and E73-TBB

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

Usage

Select the variant of your board via Cargo features:

Board MCU Feature
E73-TBA nRF52810 tba
E73-TBB nRF52832 tbb

For example:

[dependencies.ebyte-e73-tbx-bsp]
version = "x.y.z"
features = ["tba"]

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

$ rustup target add thumbv7em-none-eabihf
$ git clone https://github.com/nrf-rs/nrf-bsp-template.git
$ cd nrf-bsp-template
$ cargo build --target=thumbv7em-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.43 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 Ebyte E73-TBA and E73-TBB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages