Skip to content
Snippets Groups Projects
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
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.012Oct1185432130Sep292824222120171413109762131Aug3028272625242320191817161311976543231Jul30292827262423212019161514131129Jun28262322212019181615141110987542126May2220191817151413121110765432126Apr24232221201917161514139752131Mar29272625232019181716111094326Feb23Make 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.Fixed PrinterHost demo returning invalid Device ID data when the attached device does not have a device ID (thanks to Andrei Krainev).Doxygen fixes to \param directives to give data direction in all projects. Make HID item filtering routines clearer in the HID WithParser demos.Fix incorrect names for the HID Host protocol setting routines.Fix more build errors in the LowLevel "WithParser" HID Host demos.Fix broken Host ClassDriver MouseHostWithParser demo.Add new error condition to the HID Report Parser for when a report is parsed but no unfiltered items are encountered (i.e. nothing of interest in the device report). Make all host HID "WithParser" demos print the new error condition.Move Dataflash operational checking code out from SCSI.c into the DataflashManager.c in the Device mode Mass Storage demos.Add new attributes to the HID Report Parser and HID Host Mode Class driver to keep track of the largest report the device can send for buffer allocation purposes. Change MouseHostWithParser and KeyboardHostWithParser demos to only allocate the needed number of bytes.Finish initial draft of the Host Mode HID Class driver.Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias Hullin).Fix broken MagStripe demo due to the HID Class driver changes.Fix building of KeyboardHostWithParser and MouseHostWithParser demos broken by HIDParser API changes.Fix broken KeyboardMouse ClassDriver device demo - use internal HID Class Driver structures for boot protocol reports.Add const qualifiers to Host mode Class drivers.Oops - Keyboard boot report structure should be an array of 6 keycodes.Remove type definitions of the keyboard and mouse boot protocol report layouts from the Device Class Driver demos, as they are now located inside the class driver.Add KeyboardHost HID Host Class driver demo to the library.Finish Class Driver MouseHost demo. Update HID Host Class driver; boot protocol now works, still need to finish and test report protocol mode.Added new Pipe_IsFrozen() macro to determine if the currently selected pipe is frozen.Added support for the officially recommended layout of the external peripherals connected to the BUMBLEB board.Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function return codes used in comparison to check for success.
Loading