Crates.io | probe-rs-rtt |
lib.rs | probe-rs-rtt |
version | 0.14.2 |
source | src |
created_at | 2020-04-18 23:41:05.009869 |
updated_at | 2023-01-18 18:05:26.676095 |
description | Host side implementation of the RTT (Real-Time Transfer) I/O protocol over probe-rs |
homepage | |
repository | https://github.com/probe-rs/probe-rs |
max_upload_size | |
id | 231710 |
size | 32,476 |
Host side implementation of the RTT (Real-Time Transfer) I/O protocol over probe-rs.
RTT implements input and output to/from a microcontroller using in-memory ring buffers and memory polling. This enables debug logging from the microcontroller with minimal delays and no blocking, making it usable even in real-time applications where e.g. semihosting delays cannot be tolerated.
This crate enables you to read and write via RTT channels. It's also used as a building-block for probe-rs debugging tools.