7 releases

0.1.0 Dec 2, 2024
0.1.0-beta.5 Dec 1, 2024
0.0.0 Oct 26, 2024

#1643 in Hardware support

Download history 98/week @ 2024-10-21 23/week @ 2024-10-28 1/week @ 2024-11-18 340/week @ 2024-12-02 24/week @ 2024-12-09

365 downloads per month

MIT license

290KB
6.5K SLoC

rktk-driver-nrf

rktk drivers for nrf chip

For more detail, see RKTK project README


lib.rs:

This crate provides the rktk drivers for the nRF series microcontrollers. Currently, only nRF52840 is enabled, but it should be easy to add support for other nRF series microcontrollers.

Many drivers is in this crate are just convenient wrappers over rktk_drivers_common, but implements some original drivers like BLE and Uart split driver.

NOTE: This crate uses unreleased version of nrf-softdevice and such dependency is not accepted by crates.io. So if you want to use softdevice feature (needed for BLE), use git version of this crate.

Dependencies

~18MB
~324K SLoC