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