probe-rs-debugger: Handling of DAP restart request is not compliant w… ... e973068 noppej mentioned thison Feb 11, 2023 Debug: Improve handling of DAP requests (terminate, disconnect, restart)#1506 Yatekii closed this ascompletedin#1506on Feb 19, 2023 ...
Running probe-rs list returns an error. I am using a RPi debug probe and updated the firmware to the latest version. Unsure if this is a bug in nusb, as the debug probe seems to be enumerated? To Reproduce Install probe-rs List debuggers, probe-rs list Get info, probe-rs info, fa...
Build the binaries in CI so that they can be used in the probe-rs tests. Currently builds all binaries, with debug flags. This build some binaries which probably don't work, especially for for ESP.
probe_rs::Error::Timeout => { if !connect_under_reset { DebuggerError::UserMessage(format!("{source} This can happen if the target is not in a state where it can be attached to. A hard reset during attaching might help. If your probe supports this option, try setting `connectUnde...