Skip to content
Snippets Groups Projects
  1. Jul 11, 2011
  2. Jul 10, 2011
  3. Jul 08, 2011
    • Dean Camera's avatar
      Updated all host mode demos and projects to use the... · 137ce280
      Dean Camera authored
      Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task.
      
      Added new USB_Host_ConfigurationNumber global variable to indicate the selected configuration in an attached device.
      
      Renamed global state variables that are specific to a certain USB mode to clearly indicate which mode the variable relates to, by changing the USB_* prefix to USB_Device_* or USB_Host_*.
      
      Removed the HOST_STATE_WaitForDeviceRemoval and HOST_STATE_Suspended host state machine states, as these are no longer required.
      
      Altered the USB_Host_SetDeviceConfiguration() function to update the new USB_Host_ConfigurationNumber global as required.
      
      Moved out the Host mode standard request convenience/helper functions from the architecture specific Host driver files to the architecture agnostic HostStandardReq.c driver file.
      137ce280
  4. Jun 30, 2011
  5. Jun 27, 2011
  6. Jun 20, 2011
  7. Jun 16, 2011
  8. Jun 06, 2011
  9. Jun 05, 2011
  10. Jun 01, 2011
  11. May 30, 2011
  12. May 29, 2011
  13. May 14, 2011
    • Dean Camera's avatar
      Fixed possible invalid program execution when in host mode if corrupt... · 049e9309
      Dean Camera authored
      Fixed possible invalid program execution when in host mode if corrupt descriptor lengths are supplied by the attached device.
      
      Minor code cleanups to add const and reformat where missing, as well as abstract out the internal device signature start address into a macro, so that it can be altered to suit particular devices within a single architecture if needed.
      
      Add missing documentation to the USB_Device_States_t enum.
      049e9309
  14. May 13, 2011
  15. Apr 10, 2011
  16. Mar 21, 2011
  17. Feb 19, 2011
  18. Jan 30, 2011
  19. Jan 10, 2011
    • Dean Camera's avatar
      Altered all endpoint/pipe stream transfers so that the new BytesProcessed... · f555ad7c
      Dean Camera authored
      Altered all endpoint/pipe stream transfers so that the new BytesProcessed parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk).
      
      Added new Endpoint_Null_Stream() and Pipe_Null_stream() functions.
      
      Removed the NO_STREAM_CALLBACKS compile time option due to the new partial stream transfer feature replacing it.
      
      Fixed errors in the incomplete Test and Measurement device demo preventing proper operation (thanks to Pavel Plotnikov).
      f555ad7c
  20. Jan 01, 2011
  21. Nov 02, 2010
  22. Oct 28, 2010
  23. Oct 13, 2010
  24. Sep 30, 2010
    • Dean Camera's avatar
      Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction... · 158afe91
      Dean Camera authored
      Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the configuration order instead to ensure maximum reliability.
      
      Altered all low level device and host mode demos to ensure that endpoints and pipes are configured in ascending order properly.
      
      Rewrote all low level host mode demos' configuration descriptor parser code to ensure that pipes are enumerated in ascending order, and to ensure maximum compatibility with devices.
      
      Incremented all device mode demo's device descriptor revision numbers to ensure that any descriptor changes are re-fetched on machines which have enumerated previous versions.
      158afe91
  25. Sep 24, 2010
  26. Sep 22, 2010
  27. Sep 15, 2010
  28. Aug 08, 2010
  29. Aug 02, 2010
  30. Jul 30, 2010
  31. Jul 29, 2010
  32. Jul 21, 2010
Loading