Skip to content
Snippets Groups Projects
  1. Jun 05, 2011
  2. Jun 03, 2011
    • Dean Camera's avatar
      Added new callback to the Audio Class driver to allow for endpoint control... · 2731c3a8
      Dean Camera authored
      Added new callback to the Audio Class driver to allow for endpoint control manipulations such as data sample rates.
      
      Modified the Class Driver AudioInput and AudioOutput demos to support multiple sample rates.
      
      Fixed KeyboardHost and KeyboardHostWithParser demos displaying incorrect values when numerical keys were pressed.
      
      Fix broken LowLevel audio demo descriptors.
      
      Minor documentation fixes.
      2731c3a8
  3. Jun 01, 2011
  4. May 30, 2011
  5. May 29, 2011
  6. May 27, 2011
  7. May 26, 2011
  8. May 23, 2011
  9. May 22, 2011
  10. May 18, 2011
  11. 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
  12. May 13, 2011
  13. Apr 10, 2011
  14. Apr 04, 2011
    • Dean Camera's avatar
      Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_*... · 899df7d3
      Dean Camera authored
      Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
      
      Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
      899df7d3
  15. Mar 23, 2011
  16. Mar 21, 2011
  17. Mar 16, 2011
  18. Mar 05, 2011
  19. Feb 19, 2011
  20. Feb 10, 2011
  21. Feb 09, 2011
  22. Feb 06, 2011
  23. Jan 30, 2011
  24. Jan 26, 2011
  25. Jan 23, 2011
  26. Jan 17, 2011
  27. Jan 16, 2011
    • Dean Camera's avatar
      New HID report item macros (with HID_RI_ prefix) to allow for easy creation... · 039a714e
      Dean Camera authored
      New HID report item macros (with HID_RI_ prefix) to allow for easy creation and editing of HID report descriptors.
      
      Changed over all project and demo HID report descriptors to use the new HID report item macros.
      
      Moved the HIDParser.c source file to the LUFA/Drivers/USB/Class/Common/ directory from the LUFA/Drivers/USB/Class/Host/.
      039a714e
  28. Jan 13, 2011
Loading