Skip to content
Snippets Groups Projects
  1. Oct 09, 2011
  2. Oct 07, 2011
  3. Sep 21, 2011
  4. Jul 12, 2011
  5. Jul 11, 2011
  6. Jun 05, 2011
  7. Jun 01, 2011
  8. May 22, 2011
  9. May 18, 2011
  10. Apr 10, 2011
  11. 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
  12. Jan 01, 2011
  13. Oct 28, 2010
  14. Oct 24, 2010
  15. Oct 13, 2010
  16. Jul 30, 2010
  17. Jul 29, 2010
  18. Jul 21, 2010
  19. Jul 18, 2010
  20. Jun 16, 2010
  21. Jun 15, 2010
  22. Jun 03, 2010
  23. May 26, 2010
  24. 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
  25. May 08, 2010
  26. Apr 28, 2010
  27. Mar 29, 2010
  28. Jan 21, 2010
  29. Dec 30, 2009
  30. Dec 28, 2009
  31. Nov 09, 2009
  32. Oct 08, 2009
  33. Aug 11, 2009
  34. 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
  35. 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
  36. Jul 29, 2009
  37. Jul 13, 2009
  38. 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
  39. Jun 18, 2009
  40. Jun 15, 2009
Loading