Skip to content
Snippets Groups Projects
  1. Jan 08, 2014
    • Micah Elizabeth Scott's avatar
      New interrupt-driven USB packet processing implementation · 54c93a60
      Micah Elizabeth Scott authored
      This moves all RX packet processing into interrupt context, removing the queueing bottleneck that previous firmwares experienced. Before this change, we could handle at most ~3 packets before they would start NAK'ing due to lack of buffer space until the next main loop iteration pulled additional packets into the fbNew buffer. Now packets can immediately go into fbNew unless there's a pending frame finalization. This vastly improves the efficiency of the USB protocol, and we need far fewer NAKs.
      54c93a60
  2. Oct 20, 2013
  3. Oct 19, 2013
  4. Oct 09, 2013
  5. Jul 22, 2013
  6. Jul 21, 2013
  7. Jul 19, 2013
Loading