probe-rs icon indicating copy to clipboard operation
probe-rs copied to clipboard

A debugging toolset and library for debugging embedded ARM and RISC-V targets on a separate host

Results 496 probe-rs issues
Sort by recently updated
recently updated
newest added

Added support for MSP432P4XX targets Generated via target-gen from [this link](http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/msp432cmsis/latest/exports/TexasInstruments.MSP432P4xx_DFP.3.2.6.pack) Test MSP432P401R via XDS110 (launchpad board)

JTAG is currently not supported when using CMSIS-DAP. This draft PR is a WIP to add this support.

Adding support for MSP432E4 targets (MSP432E401Y and MSP432E411Y) . Generated via target-gen from https://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/msp432cmsis/latest/exports/TexasInstruments.MSP432E4_DFP.3.2.6.pack Tested with probe-rs-cli download and hs-probe - working! ~~Tested via the onboard XDS110 CMSIS-DAP compatible debugger...

My original implementation for identifying 'step over', 'step into', and 'step out' logic worked only the simple cases (where debug info sequences of instructions were reasonably predictable). The reality is...

For historic reasons, `probe-rs-debugger` does not consistently use the `ErrorResponse` request (with embedded `Message` object) to provide feedback to users. Some code refactoring is required to implement this more consistently.

enhancement

Recent [updates to the MS DAP spec](https://code.visualstudio.com/updates/v1_66#_debug-adapter-protocol), added documentation to disambiguate the 'Disconnect' and 'Terminate' requests. Please update `probe-rs-debugger` to honour this definition.

enhancement

The MS DAP spec recently introduced [updates to the "Step Into Target" request](https://code.visualstudio.com/updates/v1_69#_debug-adapter-protocol), to improve user experience when multiple targets are available on the same line in the source file....

enhancement

**Describe the bug** When debugging with VSCode (using the `probe-rs-debugger`) and the target halts, it sometimes happens that not all the data that has been written by RTT on the...

bug

**Describe the bug** Attempting to flash the examples from https://github.com/esp-rs/esp-hal/tree/main/esp32c3-hal This used to work, but somewhere in the latest updates between probe-rs and esp32c3-hal it has stopped working. **Error** `Error...

bug

**Describe the bug** If a target's NVM region is larger than the flash algorithm's range, probe-rs does not select the flashing algorithm. If there's only one flashing algorithm available for...

bug
chip:nxp