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.016Jun14131298765432130May2927262322191814139827Apr2523201312108427Mar23211816151413115328Feb2726201917161513121110964230Jan2623221716131083131Dec282625241713123230Nov292726252423222117161514121098753229Oct28272625242017131210762130Sep29282422211915141312119754331Aug2924222120181098532131Jul302928272625232221201918151312119864229Jun26252423222117161514131210876432131May30292726252321201817161413121110987643230Apr2928272220191815141312111065131Mar302925242322211917161513109125Feb2423222120Rename new Audio class driver functions, callbacks and events to ensure that they contain the USB mode (Device or Host) in the function names.Fix Doxygen documentation errors.Add macro guards to the templated C files to prevent compile errors if they are mistakenly compiled as regular source files in a LUFA project.Rename Audio Host Class driver internal descriptor matching routines to be in line with the rest of the class driver function names.Ensure that only the requested Audio class pipes are mapped to endpoints within the device for a specific Audio Host Class driver instance.Fix bugs in the Host mode Audio class driver.Fix errors in the library Host mode Audio Class driver.Fix compile errors when both Host and Device modes are enabled.Add missing AS4 and project description files to the new Audio Host demos.Add new Audio Class Driver Host demos.Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress(), and now returns the correct endpoint direction as part of the endpoint address.Remove warnings in the documentation for the library class drivers about sequential pipe/endpoint allocation, as by default this is no longer as issue (unless ORDERED_EP_CONFIG is specified).Added new Host mode Audio Class driver.Fix compile errors when compiling for the AVR32 UC3 target.Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, which will cause issues on *nix systems.Partial 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.
Loading