Skip to content
Snippets Groups Projects
  1. Aug 30, 2009
  2. Aug 26, 2009
  3. Aug 23, 2009
  4. Aug 19, 2009
  5. Aug 16, 2009
  6. Aug 13, 2009
  7. Aug 11, 2009
  8. 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
  9. Aug 06, 2009
  10. Aug 05, 2009
  11. Aug 04, 2009
  12. Aug 02, 2009
  13. Jul 31, 2009
  14. Jul 30, 2009
  15. Jul 29, 2009
  16. Jul 28, 2009
  17. Jul 27, 2009
  18. Jul 23, 2009
  19. 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
Loading