Registry / other / esp-backtrace

esp-backtrace

JSON →
library0.19.0rscratesunverified

Bare-metal backtrace support for Espressif devices, providing panic handling and stack unwinding.

# Cargo.toml [dependencies] esp-backtrace = "0.19.0"
INSTALL
IMPORT
SIG · ESP-BACKTRACE
E
esp-backtrace
otherrustv0.19.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.

EspBacktrace
use esp_backtrace::EspBacktrace;

Initializes backtrace support for Espressif targets.

use esp_backtrace::EspBacktrace; EspBacktrace::init(); // Your code here; panics will now print backtraces.
Debug
Known issues
gotchaOnly works on Espressif chips (ESP32, ESP8266, etc.) and requires the `esp-hal` or `esp-idf` framework.
fix
Ensure you are targeting an Espressif device and have the appropriate hardware abstraction layer.
affects: >=0.1.0
Upgrade
Version history
0.19.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Meta
1
Resources
esp-backtrace — cargo add esp-backtrace · libregistry