Pico Debug Versions Save

virtual debug pod for RP2040 "Raspberry Pi Pico" with no added hardware

v10.05

1 year ago

The prior code had the best intentions by sizing the HID IN response to be the same as the OUT message, but this was a flawed approach. In theory, the PC side software should always follow the HID Report Descriptor size of 64 bytes, so the response would happen to be the same (and be of the correct size). However, some IDE software (Linux only) did not do this, and so the response was under-sized. The IDE would give a cryptic error message and the user was none the wiser as to what went wrong.

v10.04

2 years ago

v10.03

3 years ago

Operation remains unchanged from v10.02, but there is now a unique serial number in the USB descriptor and in the CMSIS-DAP DAP_Info response.

This addition helps with users who have multiple devices that are running pico-debug at the same time.

v10.02

3 years ago

This leverages a new PLL configuration so as to co-exist more easily with pico-sdk

v10.01

3 years ago

There are now two versions to appeal to different users; see the README.md for the description.

v10.00

3 years ago