Registry / utility / panic-rtt

panic-rtt

JSON →
library0.3.0rscratesunverified

Panic using the JLINK RTT protocol.

# Cargo.toml [dependencies] panic_rtt = "0.3.0"
INSTALL
IMPORT
SIG · PANIC-RTT
P
panic-rtt
utilityrustv0.3.0
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.

panic_rtt
use panic_rtt as _;

Sets the panic handler to output via RTT.

use panic_rtt as _; fn main() { panic!("This will output via RTT"); }
Debug
Known issues
gotchaRequires J-Link debug probe and RTT viewer
fix
Ensure you have a J-Link probe and RTT viewer running.
affects: >=0.1.0
Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
panic-rtt — cargo add panic-rtt · libregistry