Skip to content
Snippets Groups Projects
  1. 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
  2. Jun 16, 2010
  3. May 16, 2010
  4. May 14, 2010
  5. May 13, 2010
  6. May 12, 2010
  7. May 09, 2010
  8. May 08, 2010
  9. Apr 28, 2010
  10. Feb 24, 2010
  11. 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
  12. Feb 19, 2010
  13. Feb 01, 2010
  14. Jan 29, 2010
  15. Jan 25, 2010
  16. Jan 05, 2010
  17. Dec 23, 2009
  18. 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
  19. Nov 26, 2009
  20. Nov 23, 2009
  21. Nov 22, 2009
  22. Nov 13, 2009
  23. Nov 04, 2009
  24. Nov 03, 2009
  25. Oct 18, 2009
  26. Sep 30, 2009
  27. Sep 28, 2009
  28. Sep 09, 2009
    • Dean Camera's avatar
      Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standard... · b221e7d1
      Dean Camera authored
      Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standard descriptors into seperate USB_Descriptor_* and USB_StdDescriptor_* structures so that both can be used within the one project.
      
      Add guard to the HID Host Class driver SetProtocol command, to ensure that the device supports boot protocol mode before issuing the request.
      b221e7d1
  29. Sep 02, 2009
  30. Aug 31, 2009
  31. Aug 23, 2009
  32. Aug 11, 2009
  33. Aug 05, 2009
Loading