Provide a GDB experience for AURIX controllers using a miniwiggler debugger.
This repository uses the MCD interfaces on rust (rust-mcd) from the veecle-tricore-probe and the interface files to access them.
- Flashing
- SW breakpoints
- Single Step
- Continue
- multicore support
- backtrace depth > 2
- upload
- reset run
cargo run -- --tcp_ip <ip>
Launch gdb from either vscode or gdb cmdline. A reference launch config is available here