Skip to content
Snippets Groups Projects
Commit d8ace2b3 authored by Micah Elizabeth Scott's avatar Micah Elizabeth Scott
Browse files

Fix SIE stall caused by unhelpful Teensy usb_dev code

The original Teensy USB driver contained some code to helpfully clear any pending IN transactions when a new SETUP comes in. But this violates hardware's assumptions by messing with BDT entries from buffers that are still owned by hardware. Argh! This was causing the SIE to lock up while processing a SETUP immediately after a long control OUT transaction.
parent fff1c4bf
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment