Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

probe-rs/probe-rs-rtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

probe-rs-rtt

INFO: This repository was moved into probe-rs.

crates.io documentation

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.

About

Library for interfacing with the RTT (Real-Time Transfer) debugging protocol over probe-rs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages