Dániel Buga
Dániel Buga
I know the readme already has a point about not supporting non-open softAP but there is no open issue about the general thing. https://github.com/esp-rs/esp-wifi/issues/454 exists but for WPA2-Enterprise, which is...
This is a somewhat experimental change, where I'm mainly looking for feedback at first. There are two cases I can imagine, where erased flash may not read back as `0xFF`:...
[Companion PR](https://github.com/probe-rs/probe-rs/pull/3154)
Previously, trying to use a j-link with a non-winusb driver resulted in a glasgow-specific error: ``` Running `target\debug\probe-rs.exe info --probe 1366:0101` Probing target via JTAG ----------------------- Error while probing target:...
### Is your feature request related to a problem? Please describe. For the server/client split to be useful, we need to figure out how to best organize messages or maybe...
probe-rs records and reads coredumps in a bespoke format, making it incompatible with a number of tools expecting/generating gdb-compatible coredumps. My main motivator is the ability to inspect [esp-idf coredumps](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/core_dump.html)
### Is your feature request related to a problem? Please describe. Probes such as those implementing CMSIS-DAP can be extended with vendor-specific commands. Probe-rs should be able to take advantage...
### Describe the bug While it's already possible to start a debug server anywhere, it's not currently possible to start the debug server on-demand without SSH or other forms of...