Registry / other / rtt-target

rtt-target

JSON →
library0.6.2rscratesunverified

Target side implementation of the RTT (Real-Time Transfer) I/O protocol for embedded debugging.

# Cargo.toml [dependencies] rtt-target = "0.6.2"
INSTALL
IMPORT
SIG · RTT-TARGET
R
rtt-target
otherrustv0.6.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rtt_init_print
use rtt_target::rtt_init_print;

Initialize RTT and print a message via the debug channel.

use rtt_target::rtt_init_print; fn main() { rtt_init_print!(); println!("Hello from RTT!"); }
Debug
Known issues
gotchaRTT requires a debug probe (e.g., J-Link) to capture output; it does not work without hardware support.
fix
Ensure you have a compatible debug probe and that RTT is enabled in your firmware.
affects: >=0.1.0
Upgrade
Version history
0.6.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rtt-target — cargo add rtt-target · libregistry