Registry / other / panic-rtt-core

panic-rtt-core

JSON →
library0.2.1rscratesunverified

Report panic messages to the host using RTT / JLink for embedded systems.

# Cargo.toml [dependencies] panic-rtt-core = "0.2.1"
INSTALL
IMPORT
SIG · PANIC-RTT-CORE
P
panic-rtt-core
otherrustv0.2.1
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_handler
use panic_rtt_core::panic_handler;

Sets up a panic handler that outputs via RTT.

use panic_rtt_core::panic_handler; #[panic_handler] fn panic(info: &core::panic::PanickInfo) -> ! { panic_handler(info); loop {} }
Debug
Known issues
gotchaRequires RTT-capable debug probe (e.g., JLink)
fix
Ensure your hardware supports RTT and the probe is connected.
affects: >=0
Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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