mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-05-05 06:34:43 +00:00
alphabetical order of no_std crates
This commit is contained in:
parent
2355c6cf89
commit
0d199cefc1
1 changed files with 1 additions and 1 deletions
|
@ -457,6 +457,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.
|
||||
|
||||
- [bit_field](https://crates.io/crates/bit_field): manipulating bitfields and bitarrays - 
|
||||
- [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. 
|
||||
- [bluetooth-hci](https://crates.io/crates/bluetooth-hci): device-independent Bluetooth Host-Controller Interface implementation. 
|
||||
- [combine](https://crates.io/crates/combine): parser combinator library - 
|
||||
- [console-traits](https://github.com/thejpster/console-traits): Describes a basic text console. Used by [menu] and implemented by [vga-framebuffer].
|
||||
|
@ -473,7 +474,6 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
- [scroll](https://crates.io/crates/scroll): extensible and endian-aware Read/Write traits for generic containers - 
|
||||
- [smoltcp](https://github.com/m-labs/smoltcp): a small TCP/IP stack that runs without `alloc`
|
||||
- [vga-framebuffer]: A VGA signal generator and font renderer for VGA-less microcontrollers. Used by [Monotron](https://github.com/thejpster/monotron) to generate 48 by 36 character display using 3 SPI peripherals and a timer.
|
||||
- [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.
|
||||
|
||||
[pc-keyboard]: https://github.com/thejpster/pc-keyboard
|
||||
[vga-framebuffer]: https://github.com/thejpster/vga-framebuffer-rs
|
||||
|
|
Loading…
Reference in a new issue