Skip to content
Snippets Groups Projects
  1. May 16, 2010
  2. May 14, 2010
  3. May 13, 2010
  4. May 12, 2010
  5. May 09, 2010
  6. May 08, 2010
  7. Apr 28, 2010
  8. Feb 24, 2010
  9. 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
  10. Feb 19, 2010
  11. Feb 01, 2010
  12. Jan 29, 2010
  13. Jan 25, 2010
  14. Jan 05, 2010
  15. Dec 23, 2009
  16. 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
  17. Nov 26, 2009
  18. Nov 23, 2009
  19. Nov 22, 2009
  20. Nov 13, 2009
  21. Nov 04, 2009
  22. Nov 03, 2009
  23. Oct 18, 2009
  24. Sep 30, 2009
  25. Sep 28, 2009
  26. 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
  27. Sep 02, 2009
  28. Aug 31, 2009
  29. Aug 23, 2009
  30. Aug 11, 2009
  31. Aug 05, 2009
    • Dean Camera's avatar
      Commit for 090810rc1 release. · 4b35dd16
      Dean Camera authored
      4b35dd16
    • Dean Camera's avatar
      Renamed all library events to properly seperate out Device and Host mode... · c5038f1b
      Dean Camera authored
      Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only.
      
      Remove VBUS events - not needed as the library takes care of VBUS detection and feedback on supported AVRs via the USB_Device_Connected and USB_Device_Disconnected events.
      
      Fixed incorrect Host state assignment in the incomplete BluetoothHost demo.
      c5038f1b
  32. Aug 03, 2009
Loading