mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-05-05 22:54:42 +00:00
Add gdbstub
This commit is contained in:
parent
748588ac29
commit
98643d4e43
1 changed files with 1 additions and 0 deletions
|
@ -861,6 +861,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
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. [gdbstub](https://crates.io/crates/gdbstub): zero-allocation, pure Rust implementation of the GDB Remote Serial Protocol - [](https://crates.io/crates/gdbstub)
|
||||
1. [heapless](https://crates.io/crates/heapless): provides `Vec`, `String`, `LinearMap`, `RingBuffer` backed by fixed-size buffers - 
|
||||
1. [ieee802154](https://crates.io/crates/ieee802154): Partial implementation of the IEEE 802.15.4 standard - 
|
||||
1. [infrared](https://crates.io/crates/infrared): infrared remote control library for embedded rust - 
|
||||
|
|
Loading…
Reference in a new issue