-
As things currently stand, we've been using the [ESP-IDF](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/bootloader.html) bootloader, this has historically been for simplicity,…
-
I'm struggling here!
I have the nRF52-DK which has an inbuilt SEGGER interface.
The error I get is in the title....
UDEV is set correctly
Apologies if I have missed something obvious!
…
-
Hello,
Every time I open the application and try to navigate some list, the application show me the list or not even that and then freezes.
I've tried with several lists and several wait times bef…
-
This is a pretty cool probe equipped with FTDI FT232H with swd+jtag, and while I have no problems using it with openocd eg.:
`openocd -f $OPENOCD_PATH/share/openocd/scripts/interface/ftdi/jtag-lock-p…
WJKPK updated
7 months ago
-
**Describe the bug**
An unwrap unexpectedly panics in https://github.com/probe-rs/probe-rs/blob/a5d7838929e58a4e77ed642b83ee6de32b018493/probe-rs/src/probe/cmsisdap/mod.rs#L943-L945
**To Reproduce…
-
Today while investigating an issue with a different sled, we briefly enabled the `blueprint_executor` task. `PUT /omicron-physical-disks` requests to sled 13 (`BRM42220064`) were consistently timing o…
-
**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…
-
**Describe the bug**
When rtthost is run, it cannot be run again until the target is power cycled.
**To Reproduce**
```
$ git describe
v0.1.0-153-gf8bff658
$ RUST_LOG=probe_rs=trace cargo run …
-
**Describe the bug**
Peripheral reading does not work with gdb server probe-rs. While the rest of the debug generally works fine.
**To Reproduce**
Steps to reproduce the behavior:
1. run serve…
-
With Rust 1.80 and this code:
```rust
#[usdt::provider(provider = "nexus_db_queries")]
mod probes {
// Fires before we start a search over a range for a VNI.
//
// Includes the sta…