Skip to content
Snippets Groups Projects
  1. Jul 01, 2011
  2. Jun 29, 2011
  3. Jun 20, 2011
  4. Jun 16, 2011
  5. Jun 14, 2011
  6. Jun 09, 2011
  7. Jun 07, 2011
  8. Jun 06, 2011
  9. Jun 05, 2011
  10. 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
  11. Jun 01, 2011
  12. May 30, 2011
  13. May 26, 2011
  14. May 23, 2011
  15. May 22, 2011
  16. May 18, 2011
  17. Apr 10, 2011
  18. 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
  19. Mar 23, 2011
  20. Mar 21, 2011
  21. Mar 16, 2011
  22. Feb 19, 2011
  23. Feb 10, 2011
  24. Feb 09, 2011
  25. Feb 06, 2011
  26. Jan 30, 2011
    • Dean Camera's avatar
      Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and... · 43c47353
      Dean Camera authored
      Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_SendString() functions to *_SendData(), and added new versions of the *_SendString() routines that expect a null terminated string instead.
      
      Added new Serial_SendData() function to the Serial driver.
      43c47353
    • Dean Camera's avatar
      Removed SerialStream module, rolled functionality into the base USART Serial... · afd828c0
      Dean Camera authored
      Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods.
      
      Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions.
      
      Altered the serial byte receive function to make it non-blocking.
      afd828c0
    • Dean Camera's avatar
      Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into... · 30f6d2bf
      Dean Camera authored
      Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into the standard library Joystick HID report descriptor macro. Add in support for joystick resolution reporting via PHYSICAL_MINIMUM and PHYSICAL_MAXIMUM items.
      30f6d2bf
    • Dean Camera's avatar
      Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device... · e6dc9516
      Dean Camera authored
      Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device ClassDriver demos to use it.
      
      Fix reversed byte ordering of multi-byte HID data.
      
      Added support to the HID parser for extended USAGE items that contain the usage page as well as the usage index.
      
      Removed the HID_IOF_NON_VOLATILE and HID_IOF_VOLATILE flags from HID INPUT items where the flag is invalid. Changed over HID OUTPUT items to use HID_IOF_NON_VOLATILE.
      
      Change over MagStripe project to use HID_DESCRIPTOR_KEYBOARD() for its HID report. Change over MouseHostDevice demo to use HID_DESCRIPTOR_MOUSE() for its HID report.
      e6dc9516
  27. Jan 26, 2011
  28. Jan 23, 2011
  29. Jan 17, 2011
  30. 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
  31. Jan 10, 2011
Loading