Expand description
Panic handler implementation for vexide
Supports capturing and printing backtraces to aid in debugging.
If the display_panics
feature is enabled, it will also display the panic message on the V5 Brain display.
Functionsยง
- The default panic handler.
- The panic handler for vexide.
- Registers a custom panic hook, replacing the current one if any.
- Unregisters the current panic hook, if any, and returns it, replacing it with the default panic hook.