Skip to content
Snippets Groups Projects
  1. May 18, 2011
  2. Apr 10, 2011
  3. Jan 30, 2011
    • Dean Camera's avatar
      Removed SerialStream module, rolled functionality into the base USART Serial... · afd828c0
      Dean Camera authored
      Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods.
      
      Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions.
      
      Altered the serial byte receive function to make it non-blocking.
      afd828c0
  4. Jan 01, 2011
  5. Oct 28, 2010
  6. Oct 24, 2010
  7. Oct 13, 2010
  8. Jul 30, 2010
  9. Jul 29, 2010
  10. Jul 21, 2010
  11. Jul 18, 2010
  12. Jun 16, 2010
  13. Jun 15, 2010
  14. Jun 03, 2010
  15. May 26, 2010
  16. May 25, 2010
    • Dean Camera's avatar
      Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TCP... · 4a13a548
      Dean Camera authored
      Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TCP packets of more than ~500 bytes due to an overflow in the checksum calculation loop (thanks to Kevin Malec).
      
      Removed string Attributes from the Service Discovery Protocol code to minimise the potential points of failure while the base code is being debugged.
      4a13a548
  17. May 08, 2010
  18. Apr 28, 2010
  19. Mar 29, 2010
  20. Jan 21, 2010
  21. Dec 30, 2009
  22. Dec 28, 2009
  23. Nov 09, 2009
  24. Oct 08, 2009
  25. Aug 11, 2009
  26. Aug 07, 2009
    • Dean Camera's avatar
      Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory... · d423090b
      Dean Camera authored
      Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory would become corrupted due to an incorrect bounds check when iterating over the port state table, causing random resets.
      
      Revert change to Template_Endpoint_Control_R.c, which broke control stream reads.
      
      Remove uneeded ADC.h include in the class driver AudioOutput demo.
      d423090b
  27. Aug 05, 2009
    • Dean Camera's avatar
      Make Control Endpoint stream transfers more reliable by adding in early aborts... · 4421782b
      Dean Camera authored
      Make Control Endpoint stream transfers more reliable by adding in early aborts for unexpected new SETUP tokens, or unexpected status stage during control stream writes.
      
      Fix corruption in Device RNDIS demos TCP stack when too many connections attempted simultaneously, freezing the device when a page was re-fetched before the first connection was closed.
      
      Fix incorrect model compatibility information in the Host LowLevel demo overview text files.
      4421782b
  28. Jul 29, 2009
  29. Jul 13, 2009
  30. Jun 28, 2009
    • Dean Camera's avatar
      Added const modifiers to device mode class drivers. · f1076ac4
      Dean Camera authored
      Added parameter directions to function parameter documentation.
      
      Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput).
      f1076ac4
  31. Jun 18, 2009
  32. Jun 15, 2009
  33. Jun 14, 2009
  34. Jun 05, 2009
Loading