mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-01-11 17:45:26 +00:00
Merge pull request #131 from rust-embedded/add-bbqueue
Add BBQueue to the readme
This commit is contained in:
commit
0dce119d85
1 changed files with 1 additions and 0 deletions
|
@ -469,6 +469,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
[`#![no_std]` crates][no-std-category] designed to run on resource constrained devices.
|
||||
|
||||
- [atomic](https://crates.io/crates/atomic): Generic Atomic<T> wrapper type. ![crates.io](https://img.shields.io/crates/v/atomic.svg)
|
||||
- [bbqueue](https://crates.io/crates/bbqueue): A SPSC, statically allocatable queue based on BipBuffers suitable for DMA transfers - ![crates.io](https://img.shields.io/crates/v/bbqueue.svg)
|
||||
- [bit_field](https://crates.io/crates/bit_field): manipulating bitfields and bitarrays - ![crates.io](https://img.shields.io/crates/v/bit_field.svg)
|
||||
- [biquad]: A library for creating second order IIR filters for signal processing based on Biquads, where both a Direct Form 1 (DF1) and Direct Form 2 Transposed (DF2T) implementation is available. ![crates.io](https://img.shields.io/crates/v/biquad.svg)
|
||||
- [bluetooth-hci](https://crates.io/crates/bluetooth-hci): device-independent Bluetooth Host-Controller Interface implementation. ![crates.io](https://img.shields.io/crates/v/bluetooth-hci.svg)
|
||||
|
|
Loading…
Reference in a new issue