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