CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 52
Releases: majbthrd/pico-debug
fixed size HID IN message
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.
Assets 4
change bcdUSB to 1.10
Compare
v10.04 change bcdUSB to 1.10 and bcdDevice to 1.04
Assets 4
added unique serial number
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.
Assets 4
new PLL configuration
Compare
This leverages a new PLL configuration so as to co-exist more easily with pico-sdk
Assets 4
now with two options
Compare
There are now two versions to appeal to different users; see the README.md for the description.
Assets 4
v10.00
Compare
initial commit