Skip to content
Snippets Groups Projects
  1. Nov 09, 2011
  2. Sep 21, 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 20, 2011
  5. Mar 21, 2011
  6. Feb 19, 2011
  7. Jan 30, 2011
  8. Jan 01, 2011
  9. Dec 26, 2010
  10. Nov 05, 2010
  11. Oct 28, 2010
  12. Oct 24, 2010
  13. Oct 13, 2010
  14. Sep 24, 2010
  15. Sep 15, 2010
  16. Aug 31, 2010
  17. Aug 08, 2010
  18. Aug 02, 2010
  19. Jul 30, 2010
  20. Jul 29, 2010
  21. Jul 21, 2010
  22. Jul 19, 2010
  23. Jul 18, 2010
  24. Jul 15, 2010
    • Dean Camera's avatar
      Disable strict aliasing explicitly in the project makefiles, as this is... · 9299735c
      Dean Camera authored
      Disable strict aliasing explicitly in the project makefiles, as this is apparently enabled by default in newer AVR-GCC builds, and aliasing is used heavily for type-punning through the LUFA and third party library's codebase.
      9299735c
    • Dean Camera's avatar
      Removed the automated checking of event names in the demo, project and... · f4710f6f
      Dean Camera authored
      Removed the automated checking of event names in the demo, project and bootloader makefiles due to inconsistancies between the behaviour of the command line tools used to perform the check on each platform.
      
      Removed the internal endpoint and pipe memory allocation macros, as this is already performed directly in the code. Simplify the endpoint and pipe reset procedure.
      f4710f6f
  25. Jul 13, 2010
  26. Jul 12, 2010
  27. Jul 02, 2010
    • Dean Camera's avatar
      Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific... · 8b053d6b
      Dean Camera authored
      Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific functions that are more complicated than simple macros. Moved USB_Device_SendRemoteWakeup() to the new Device.c source file and corrected it to unfreeze and restart the USB controller clock before issuing a Remote Wakeup request.
      
      Removed the USB_Device_IsRemoteWakeupSent() and USB_Device_IsUSBSuspended() macros, as they are now obsolete.
      8b053d6b
  28. May 23, 2010
  29. May 08, 2010
  30. May 07, 2010
  31. Apr 28, 2010
  32. Mar 25, 2010
  33. Mar 16, 2010
  34. Feb 04, 2010
  35. Feb 03, 2010
Loading