-
**Describe the bug**
After a couple of days of trying to get probe-rs to work with my chip Espressif ESP32-C3-Devkit-M1 and JTAG ESP-Prog adapter, I'm now at a point where I can successfully enter a …
-
**Is your feature request related to a problem? Please describe.**
I want to use `probe-rs-debugger` in WSL(a lightweight Linux VM on Windows), the VSCode run on WSL side, and `probe-rs-debugger` run…
-
The [`HardFault` trampoline](https://github.com/rust-embedded/cortex-m/blob/ac2a8365721b453f005feb7fe1fb25615f76af7c/cortex-m-rt/src/lib.rs#L446-L469) overwrites the `EXC_RETURN` magic values when it …
-
On C6:
```
$ make run
make[1]: Entering directory '/home/ubuntu/Embassy-playground-2024'
cargo build --release --features=esp32c6 --target=riscv32imac-unknown-none-elf
Compiling esp-hal v0.1…
-
**Describe the bug**
Any `probe-rs` calls towards the MCU fail. SWD seems to end in an endless recursion.
**To Reproduce**
Steps to reproduce the behavior:
1. Connect jlink via SWD to lpc55s69…
-
**Describe the bug**
Both `probe-rs` cli or `cargo-flash` appear to be _super unreliable_ on macOS. In all cases `JLinkExe` can talk to the probe and target with no issue.
**To Reproduce**
1. Run…
-
Currently the probe-rs project produces 6 binaries, with overlapping functionality:
- cargo-embed
- flashing
- RTT, with optional defmt
- GDB server
- cargo-flash
- flashing
- probe-r…
-
Since the web has changed a lot, some links that were pointing to it may stop working and could be redirected to the new equivalent page/section, eg: https://probe.rs/docs/tools/vscode/ could be redir…
-
https://github.com/probe-rs/probe-rs
Probe-rs is a debugger framework for embedded rust projects. Given it provides an interface similar to ptrace in inspecting the running of a program it should b…
-
Hi,
I've recently tried debugging with an ESP-WROVER-KIT device
this is a plain ESP32 with a UART/JTAG IC
I don't expect this to work currently based on what's mentioned in the other issues also …