mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-06-05 21:08:47 +00:00
Merge #274
274: Add embedded-websocket crate r=adamgreig a=ninjasource Hi, my first contribution here. I hope I put this in the right place and that it is worthy of a place on the list of no_std crates! Co-authored-by: David Haig <david@ninjametal.com>
This commit is contained in:
commit
dddcb6050d
1 changed files with 1 additions and 0 deletions
|
@ -806,6 +806,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
1. [`cmim`], or Cortex-M Interrupt Move: A crate for Cortex-M devices to move data to interrupt context, without needing a critical section to access the data within an interrupt, and to remove the need for the "mutex dance" - 
|
||||
1. [dcmimu]: An algorithm for fusing low-cost triaxial MEMS gyroscope and accelerometer measurements 
|
||||
1. [debouncr]: A simple no-std input debouncer to detect rising/falling edges with minimal RAM requirements. 
|
||||
1. [embedded-websocket](https://crates.io/crates/embedded-websocket): A lightweight server and client websocket library for embedded systems. 
|
||||
1. [endian_codec]: (En/De)code rust types as packed bytes with specific order (endian). Supports derive. - [](https://crates.io/crates/endian_codec)
|
||||
1. [gcode](https://github.com/Michael-F-Bryan/gcode-rs): A gcode parser for no-std applications - [](https://crates.io/crates/gcode)
|
||||
1. [heapless](https://crates.io/crates/heapless): provides `Vec`, `String`, `LinearMap`, `RingBuffer` backed by fixed-size buffers - 
|
||||
|
|
Loading…
Reference in a new issue