You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i guess the TinyUSB bug was different (there was no shared lineage there)
I think the USB spec is a bit hard to understand on what value to put in the additional length field. See discussion on the linked TinyUSB issue above.
With the RP2040 in bootloader mode, one gets:
Note that the
length=37
but it should be 36.The issue is this line: https://github.com/raspberrypi/pico-bootrom/blob/master/usb_device_tiny/scsi_ir.h#L32
The
- 4
should be a- 5
.Originally discussed here: hathach/tinyusb#1349
The text was updated successfully, but these errors were encountered: