Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Releases: majbthrd/pico-debug

fixed size HID IN message

03 Aug 19:48
Compare
Choose a tag to compare

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.

change bcdUSB to 1.10

21 Mar 20:28
Compare
Choose a tag to compare
v10.04

change bcdUSB to 1.10 and bcdDevice to 1.04

added unique serial number

21 Mar 19:30
Compare
Choose a tag to compare

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.

new PLL configuration

09 Feb 22:04
Compare
Choose a tag to compare

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

now with two options

07 Feb 01:36
Compare
Choose a tag to compare

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

v10.00

04 Feb 22:55
Compare
Choose a tag to compare
initial commit