Skip to content
Snippets Groups Projects
  1. Sep 30, 2010
    • Dean Camera's avatar
      Make Host mode Class drivers only set the class driver instance's state values... · a1e453e9
      Dean Camera authored
      Make Host mode Class drivers only set the class driver instance's state values once a compatible interface has been found within the device.
      a1e453e9
    • 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
  2. Sep 28, 2010
  3. Sep 15, 2010
  4. Sep 09, 2010
  5. Sep 07, 2010
  6. Aug 24, 2010
  7. Aug 22, 2010
  8. Aug 09, 2010
  9. Jul 30, 2010
  10. Jul 23, 2010
  11. Jul 22, 2010
  12. Jul 21, 2010
    • Dean Camera's avatar
      Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel... · 99d8a393
      Dean Camera authored
      Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h.
      
      Rename LowLevel.c/.h to USBController.c/.h.
      
      Remove dependancies on the complete <avr/io.h> header in the HighLevel USB driver directory, to ensure less work is required in later (possible) ports.
      99d8a393
  13. Jul 19, 2010
  14. 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
  15. Jun 16, 2010
  16. May 16, 2010
  17. May 14, 2010
  18. May 13, 2010
  19. May 12, 2010
  20. May 09, 2010
  21. May 08, 2010
  22. Apr 28, 2010
  23. Feb 24, 2010
  24. Feb 23, 2010
    • Dean Camera's avatar
      Update Temperature board driver to be AVR32 compatible when the ADC peripheral... · e11fddfe
      Dean Camera authored
      Update Temperature board driver to be AVR32 compatible when the ADC peripheral driver is eventually ported. Make architecture includes explicit for both the AVR32 and the AVR8, to make way for future architecture ports.
      
      Add SPI driver aliases for the old function names in the AVR8 driver, so that existing code will still compile against the new version.
      e11fddfe
  25. Feb 19, 2010
  26. Feb 01, 2010
  27. Jan 29, 2010
  28. Jan 25, 2010
  29. Jan 05, 2010
  30. Dec 23, 2009
  31. Dec 04, 2009
    • Dean Camera's avatar
      Fixed HID Parser not distributing the Usage Min and Usage Max values across an... · 2919aeea
      Dean Camera authored
      Fixed HID Parser not distributing the Usage Min and Usage Max values across an array of report items.
      
      Added new HID_ALIGN_DATA() macro to return the pre-retrieved value of a HID report item, left-aligned to a given datatype.
      
      Added new PreviousValue to the HID Report Parser report item structure, for easy monitoring of previous report item values.
      2919aeea
  32. Nov 26, 2009
Loading