Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • master default protected
  • LUFA-170418
  • LUFA-151115
  • LUFA-140928
  • LUFA-140302
  • LUFA-130901
  • LUFA-130901-BETA
  • LUFA-130303
  • LUFA-120730
  • LUFA-120730-BETA
  • LUFA-120219
  • LUFA-120219-BETA
  • LUFA-111009
  • LUFA-111009-BETA
  • LUFA-110528
  • LUFA-110528-BETA
16 results
Created with Raphaël 2.2.08Nov764326Oct181614121185432130Sep292824222120171413109762131Aug3028272625242320191817161311976543231Jul30292827262423212019161514131129Jun28262322212019181615141110987542126May2220191817151413121110765432126Apr24232221201917161514139752131Mar29272625232019181716111094326Feb23Remove dependancies from the LowLevel demos to the ClassDriver demos, since the use of ClassDriver headers now outputs an error when NO_STREAM_CALLBACKS is used.Make Low Level host demos use void pointers for the configuration descriptor, to prevent warnings when passed to the altered configuration descriptor parsing routines.Add optional pipe double banking support to the Host mode Class drivers.Add double banking property to LUFA powered projects in the Projects directory. Add guards to macro parameters to ensure that formulas passed as parameters don't mess up the internal macro structure.Add optional double-banking support to the Device mode Class Drivers, on a per-endpoint, per-interface level.Add other missing Printer.h main class driver dispatch file.Add missing Printer.h common class driver file.Added new Printer Host mode Class driver.Fixed HID report parser collection paths invalid due to misplaced semicolon in the free path item search loop. Increased the default number of collection paths allowable by the parser.Add support for Mouse Scrollwheel to the MouseHostWithParser demos.Added new JoystickHostWithParser demos to the library.Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where possible to reduce code size and (potentially) allow for centralized status stage timeouts.Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port and a HID Mouse.Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.Add const attribute to class driver APIs.Make HID device class driver ignore the previous HID report comparison buffer when the user sets it to NULL, disabling automatic report comparisons. Update HID device class driver documentation giving previous report buffer limitations.Use clearer buffer names in the USBtoSerial project to prevent confusion.Make HID device class driver reselect the correct endpoint after the user callbacks have fired.Moved USBtoSerial demo the Projects directory, as it is simply an expanded CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.Fix invalid Event name rule in demo/project makefiles.Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect value was being supplied in the audio descritors field giving the number of discrete audio formats the device supports.Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver demo.Application documentation/comment cleanup.Add new MIDIHost LowLevel demo application.Fix accidentally changed code breaking the HID descriptor parser.Fix broken Endpoint/Pipe stream templates.Minor documentation fixups.Changed Audio Class driver sample read/write functions to be inline, to reduce the number of cycles needed to transfer samples to and from the device (allowing more time for processing and output).Added support for the Atmel XPLAIN board.Cleanups to the Device mode Mass Storage demo applications' SCSI routines.Added pinouts to the AVRISP project for a standard ISP 6 Pin header to make construction of a standard ISP programmer easier.Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size of the HID Host Class driver when Report protocol is not needed.Fixed issue in the HID Host class driver's HID_Host_SendReportByID() routine using the incorrect mode (control/pipe) to send report to the attached device.Removed mostly useless "TestApp" demo, as it was mainly useful only for checking for sytax errors in the library.Fix missing semicolons in the *WithParser Host mode demos.Fix missing semicolons in the *WithParser Host mode demos.Add information on the new MouseHostDevice dual role demo to the library documentation. Add a 0x prefix to the LUFA_VERSION_INTEGER define to ensure that it is stored as BCD, and not an octal value.Remove old OTG demo directory with useless TestApp demo. Add new DualRole directory with new Class Driver powered Mouse dual role demonstration application showing a dual role device using the HID host/device Class drivers.
Loading