mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-11-15 06:12:58 +00:00
Merge #291
291: Add gdbstub r=adamgreig a=daniel5151 Add `gdbstub` to this list of no-std crates. `gdbstub` is a `#![no_std]`compatible (and `alloc` free) implementation of the GDB remote serial protocol in Rust. Co-authored-by: Daniel Prilik <danielprilik@gmail.com>
This commit is contained in:
commit
2e8b4ad5b3
@ -865,6 +865,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. ![crates.io](https://img.shields.io/crates/v/embedded-websocket.svg)
|
||||
1. [endian_codec]: (En/De)code rust types as packed bytes with specific order (endian). Supports derive. - [![crates.io](https://img.shields.io/crates/v/endian_codec.svg)](https://crates.io/crates/endian_codec)
|
||||
1. [gcode](https://github.com/Michael-F-Bryan/gcode-rs): A gcode parser for no-std applications - [![crates.io](https://img.shields.io/crates/v/gcode.svg)](https://crates.io/crates/gcode)
|
||||
1. [gdbstub](https://crates.io/crates/gdbstub): zero-allocation, pure Rust implementation of the GDB Remote Serial Protocol - [![crates.io](https://img.shields.io/crates/v/gdbstub.svg)](https://crates.io/crates/gdbstub)
|
||||
1. [heapless](https://crates.io/crates/heapless): provides `Vec`, `String`, `LinearMap`, `RingBuffer` backed by fixed-size buffers - ![crates.io](https://img.shields.io/crates/v/heapless.svg)
|
||||
1. [ieee802154](https://crates.io/crates/ieee802154): Partial implementation of the IEEE 802.15.4 standard - ![crates.io](https://img.shields.io/crates/v/ieee802154.svg)
|
||||
1. [infrared](https://crates.io/crates/infrared): infrared remote control library for embedded rust - ![crates.io](https://img.shields.io/crates/v/infrared.svg)
|
||||
|
Loading…
Reference in New Issue
Block a user