Dániel Buga

Results 583 comments of Dániel Buga

This is kinda-sorta a duplicate of https://github.com/probe-rs/vscode/issues/60. Are there implications for this repository?

As this is part of 0.24, should we close the issue, or do you want to keep it open until the plugin can update the binary, too?

What does unlocking mean in this context? We support architectures that don't understand this term.

An interesting question: can we define halting and resuming (also, system reset [and halt]) in a multi-core system (both the expected semantics, as well as per-system properties)? Currently we print...

> With probe-rs 0.23, pressing CTRL+C while running probe-rs run leaves RTT in non-blocking mode allowing the firmware to continue running indefinitely. This is (I think) the behaviour that we...

Hmm I can't find where 0.23 changes channel mode, except in the dap server. Either way, this should be fixed by #2466 if I managed to find all points where...

Oh I see this guy is `ftdi vid_pid 0x0403 0x8220` Probe-rs has no concept of FTDI+external hardware = SWD, but the probe may work as a JTAG probe, depending on...

> and fall back to user input if it cannot be determined IMO trying to do automatic detection if the user specified `--chip` is a no-no. If there is user...

Both of these issues were supposed to be fixed by #2249