1 Repo
High-speed communication mechanisms for transferring real-time data between a host and an embedded device.
Distinct from Real-Time Data Streaming: Shortlist targets database streams or web sockets; this specifically uses ringbuffers for embedded target communication.
Explore 1 awesome GitHub repository matching hardware & iot · Embedded Data Streaming. Refine with filters or upvote what's useful.
probe-rs is an embedded debugging toolset used for flashing, debugging, and inspecting microcontrollers via hardware debug probes. It functions as an embedded firmware flasher, a memory manager for reading and writing to processor registers, and a server implementing the Debug Adapter Protocol to connect hardware debugging to various code editors. The project includes a CMSIS-Pack target parser to extract device metadata and flash configurations from industry-standard definition files. It provides a driver-based probe abstraction to interact with various hardware debug probes regardless of th
Implements a high-speed duplex communication mechanism using ringbuffers for transferring data between host and target.