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
- Host: GitHub
- URL: https://github.com/bjoernq/blash-target
- Owner: bjoernQ
- Created: 2021-10-12T17:56:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T17:08:10.000Z (over 4 years ago)
- Last Synced: 2025-10-25T23:36:22.676Z (10 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.