Skip to content
Snippets Groups Projects
  1. Dec 20, 2009
  2. Nov 25, 2009
  3. Nov 20, 2009
  4. Nov 10, 2009
  5. Oct 18, 2009
  6. Oct 04, 2009
  7. 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
  8. Aug 06, 2009
    • Dean Camera's avatar
      Make Endpoint control transfers more reliable; early-abort when an incomplete... · c830fcb0
      Dean Camera authored
      Make Endpoint control transfers more reliable; early-abort when an incomplete packet is sent from the host (indicating end of transfer), add check for control reads to ensure that no more than wLength bytes are read from the interface.
      
      Condense sequential printf_P/puts_P calls to single printf_P calls for size and clarity.
      c830fcb0
  9. 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
  10. Jul 21, 2009
    • Dean Camera's avatar
      Added new USB_DeviceState variable to keep track of the current Device mode USB state. · e071f389
      Dean Camera authored
      Added new Endpoint_ClearStatusStage() convenience function to assist with the status stages of control transfers.
      
      Removed vague USB_IsConnected global - test USB_DeviceState or USB_HostState explicitly to gain previous functionality.
      
      Removed USB_IsSuspended global - test USB_DeviceState against DEVICE_STATE_Suspended instead.
      
      Fixed possible enumeration errors from spinloops which may fail to exit if the USB connection is severed before the exit condition becomes true.
      e071f389
  11. Jul 20, 2009
  12. Jul 13, 2009
Loading