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.08Jun765432130May2927262322191814139827Apr2523201312108427Mar23211816151413115328Feb2726201917161513121110964230Jan2623221716131083131Dec282625241713123230Nov292726252423222117161514121098753229Oct28272625242017131210762130Sep29282422211915141312119754331Aug2924222120181098532131Jul302928272625232221201918151312119864229Jun26252423222117161514131210876432131May30292726252321201817161413121110987643230Apr2928272220191815141312111065131Mar302925242322211917161513109125Feb242322212019181615141312Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, which will cause issues on *nix systems.Fix errors in the Audio device demos and class driver regarding multiple sample frequency support.Add additional support files for the new low level AudioInputHost and AudioOutputHost demos.Move completed low level Audio Host demos into the LowLevel folder from the Incomplete folder.Update incomplete Host mode Audio demos to use the correct class driver Endpoint Sampling Frequency Control value constant.Update the Low Level Audio Input and Audio Output demos to support multiple sample rates.Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru.Fixed compile errors in the incomplete BluetoothHost demo application (thanks to Timo Lindfors).Added board driver support for the Busware TUL board.Added new callback to the Audio Class driver to allow for endpoint control manipulations such as data sample rates.Expand the documentation for each Bootloader to give sample usage instructions for the command line programmer utilities.Spell check library source code files.Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA8U2.Added new incomplete AudioOutputHost Host LowLevel demo.Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so that the user is now responsible for supplying the supported audio sampling rates, to allow for multiple audio interfaces with different numbers of supported rates and/or continuous sample rates.Remove output files from the incomplete AudioInputHost demo, and improve the logic in the ConfigDescriptor.c device configuration processing routine.Oops - revert commit of an incomplete port of the AVRISP-MKII project.Added new incomplete AudioInputHost Host LowLevel demo.Add new USB_Host_SetInterfaceAltSetting() convenience function.Add the MIDIToneGenerator project to the Projects/ directory makefile clean rule.Merge over trunk changes to the 110528 BETA to form the 110528 release.Update trunk documentation for new LUFA release.Fix incorrect macro guard in the UC3 EndpointStream header file.Copy out the EndpointStream and PipeStream functions to each architecture, so that each architecture can optimise the stream functions according to the available hardware (such as DMA, where available).Update Webserver project to remove DHCP IP configuration status notification.Lower the size of the HID report endpoint from 16 bytes to 8 bytes, to allow for Low Speed USB compatibility in the KeyboardMouseMultiReport demo (thanks to Kevin Chernoff).Update MediaController project to remove the Record usage (not often needed) and explicitly declare each usage for maximum clarity.Add new MediaController project, a simple Media Playback control manipulator (Play/Pause/Next Track/Volume/etc.).Correct errors in the DHCP Server application in the Webserver project, that was causing random server restarts and/or incorrectly allocated IP addresses.Add RNDIS Device support to the Webserver project, so that the files stored on the device can be viewed from a web-browser while the board is plugged into a host machine.Fix broken Doxygen documentation.Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_Device_WritePacket() functions to the Device RNDIS Class Driver.Oops - fix bad include path in the moved USBKEY Dataflash board driver header.Seperated out board drivers by architecture in the library internals for better organisation.Add new "version" makefile target to the main LUFA library makefile, to give an easy way to identify a LUFA release from the command-line.Add skeleton LUFAConfig.h to the CodeTemplates directory.Fixed possible invalid program execution when in host mode if corrupt descriptor lengths are supplied by the attached device.Add incomplete Android Accessory Host LowLevel demo.Add new USE_LUFA_CONFIG_HEADER compile time option.Minor documentation fixes.
Loading