raspberrypi / tinyusb

MIT License
69 stars 18 forks source link

USB queue FIFO overflows. #5

Closed ndinsmore closed 2 years ago

ndinsmore commented 3 years ago

Describe the bug Without the following PR which has been merged into the upstream repo, the queue FIFO will overflow because it relies on a rollover mechanism that doesn't work. https://github.com/hathach/tinyusb/pull/655

To reproduce Any USB example is doing it. I actually don't know how the examples appear to work without this.

lurch commented 3 years ago

Can this be closed, now that we're using an updated TinyUSB?