Skip to content
Snippets Groups Projects
  1. Feb 04, 2012
  2. Dec 23, 2011
  3. Jun 01, 2011
  4. Mar 15, 2011
  5. Feb 10, 2011
  6. Jan 01, 2011
  7. Dec 26, 2010
    • Dean Camera's avatar
      Make a new general RingBuffer.h misc library driver, instead of the... · 39ac72f2
      Dean Camera authored
      Make a new general RingBuffer.h misc library driver, instead of the per-application LightweightRingBuff.h ring buffers. Change over projects to use the new driver.
      
      Add ORDERED_EP_CONFIG to the device Projects (only) that use only a single class driver, or where the endpoint ordering is fixed, to save on compiled binary size.
      
      Added new GCC_FORCE_POINTER_ACCESS() macro to correct GCC's mishandling of struct pointers.
      39ac72f2
  8. Dec 12, 2010
  9. Nov 26, 2010
  10. Nov 25, 2010
  11. Nov 02, 2010
  12. Oct 28, 2010
  13. Oct 13, 2010
  14. Oct 10, 2010
  15. Aug 29, 2010
  16. Aug 01, 2010
    • Dean Camera's avatar
      Fix XPLAINBridge project discarding characters from the USB interface due to a... · ff09cf9c
      Dean Camera authored
      Fix XPLAINBridge project discarding characters from the USB interface due to a double read from the endpoint.
      
      Make XPLAINBridge and USBtoSerial projects more reliable by forcing a flush if the UART-to-USB buffer becomes nearly full.
      
      Reduce locking in the LightweightRingBuffer.h header files by only locking on the update of the buffer count, and require insertions and removals from each buffer to occur in only one execution thread.
      
      Fix CDC_*_ReceiveByte() returning 0 when the interface is not configured, instead of the new -1 error value.
      
      Fix CDC_Host_ReceiveByte() not re-freezing the pipe if no packet has been received.
      
      Remove redundant Pipe token set commands in the CDC and RNDIS host class drivers.
      ff09cf9c
  17. Jul 30, 2010
  18. Jul 21, 2010
  19. Jul 15, 2010
  20. Jul 12, 2010
  21. Jul 11, 2010
  22. Jun 24, 2010
  23. Jun 16, 2010
  24. Jun 12, 2010
  25. Jun 10, 2010
  26. Jun 03, 2010
  27. May 26, 2010
Loading