An open API service indexing awesome lists of open source software.

https://github.com/bjoernq/blash-target

RTT Print, Panic Handler and Exception Handler to be used with BLASH
https://github.com/bjoernq/blash-target

Last synced: about 2 months ago
JSON representation

RTT Print, Panic Handler and Exception Handler to be used with BLASH

Awesome Lists containing this project

README

          

# blash-target

This provides RTT print and optionally a panic handler and exception handler to be used with https://github.com/bjoernQ/blash

Also see https://github.com/bjoernQ/bl602-rtt-example

The panic and exception handler are both feature gated:
- panic_backtrace
- exception_backtrace

If you don't get full backtraces you should compile the target application like `cargo build -Z build-std=core --target riscv32imc-unknown-none-elf` to make sure there is unwind info for all the code.