Skip to content
Snippets Groups Projects
  1. Jun 15, 2010
  2. Jun 03, 2010
  3. May 26, 2010
  4. 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
  5. May 23, 2010
  6. May 20, 2010
  7. May 08, 2010
  8. May 07, 2010
  9. May 06, 2010
  10. Apr 28, 2010
  11. Mar 29, 2010
  12. Mar 22, 2010
  13. Feb 04, 2010
  14. Feb 03, 2010
  15. Jan 25, 2010
  16. Jan 21, 2010
  17. Jan 12, 2010
  18. Jan 06, 2010
  19. Dec 30, 2009
  20. Dec 28, 2009
  21. Dec 09, 2009
  22. Nov 09, 2009
  23. Nov 06, 2009
  24. Oct 16, 2009
  25. Oct 12, 2009
  26. Oct 08, 2009
  27. Sep 09, 2009
    • Dean Camera's avatar
      Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standard... · b221e7d1
      Dean Camera authored
      Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standard descriptors into seperate USB_Descriptor_* and USB_StdDescriptor_* structures so that both can be used within the one project.
      
      Add guard to the HID Host Class driver SetProtocol command, to ensure that the device supports boot protocol mode before issuing the request.
      b221e7d1
  28. Sep 06, 2009
  29. Aug 30, 2009
  30. Aug 13, 2009
  31. Aug 11, 2009
  32. 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
  33. 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
    • Dean Camera's avatar
      Renamed all library events to properly seperate out Device and Host mode... · c5038f1b
      Dean Camera authored
      Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only.
      
      Remove VBUS events - not needed as the library takes care of VBUS detection and feedback on supported AVRs via the USB_Device_Connected and USB_Device_Disconnected events.
      
      Fixed incorrect Host state assignment in the incomplete BluetoothHost demo.
      c5038f1b
  34. Aug 02, 2009
  35. Jul 29, 2009
  36. Jul 28, 2009
  37. Jul 27, 2009
Loading