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.015Sep141312119754331Aug2924222120181098532131Jul302928272625232221201918151312119864229Jun26252423222117161514131210876432131May30292726252321201817161413121110987643230Apr2928272220191815141312111065131Mar302925242322211917161513109125Feb24232221201918161514131211109875432131Jan29282725242119171615127654330Dec29282726242321201817161514131110987643230Nov29272625242322201716151312111098764326Oct181614121185432130Sep2928242221Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to USB_Init() now defaults the controller into UID selection mode.Fix incorrect documentation on the Get Descriptor standard request.Make project makefiles correctly clean intermeditary build files from assembly and C++ sources (thanks to Daniel Czigany).Minor documentation corrections.Fix board name redefinition in BoardTypes.h (thanks to Daniel Czigany).Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA32U2.Added board hardware driver support for the BUI development board.Added board hardware driver support for the UDIP development board.Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigured endpoint causing request timeouts.Remove incomplete MIDIToneGenerator project.Add the "REQ_" prefix to the DFU class bootloader class-specific request constants.Minor documentation phrasing changes.Added PRNT_Host_SendByte() and PRNT_Host_Flush() functions to the Host mode Printer Class driver.Added new project makefile template to the library and moved board driver stub files into in a new CodeTemplates directory.Fix typos in the project overview text files.Whitespace corrections.Added class specific descriptor type defines with standard USB-IF element naming.Added LEDs_ToggleLEDs() function to several board LED drivers which were missing it (thanks to Andrei Krainev).Added new PRNT_Host_BytesReceived() and PRNT_Host_ReceiveByte() functions to the Print Host Class driver.Must save and restore the endpoint/pipe interrupt enable flags during reconfiguration of all endpoints/pipes in the Endpoint_ConfigureEndpoint() and Pipe_ConfigurePipe() routines.Fix bug in Pipe_ConfigurePipe() breaking already configured pipes that was accidentally clearing the pipe's IN mode.Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions to retrieve the current USB frame number.Reduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down from 1500ms to improve device compatibility while in USB Host mode, as some devices will drop off the USB bus if no connection is made within a timeout period.Added board hardware driver support for the USBFOO development board.Added board hardware driver support for the Olimex AVR-USB-162 development board (thanks to Steve Fawcett).Clarify in the project documentation files what the each of the different USB AVR device "series" comprises of.Fix incorrect ADC driver documentation for the parameters of ADC_Init(), fix incorrect call to ADC_Init() in the TemperatureDatalogger project.Fix up documentation - remove obsolete Scheduler Overview page, roll documentation into the documentation for the (deprecated) Simple Scheduler module.Remove remaining void* descriptor casts in the projects and demos that were not removed when the GetDescriptor callback function's signature was altered.Add better description of the Ultra-Lightweight Ring Buffer header files.Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigurePipe() functions.Fixed LowLevel PrinterHost demo not sending control requests to the attached printer with the correct printer interface wIndex value.Changed the signature of the CALLBACK_USB_GetDescriptor() callback function so that the descriptor pointer is const, to remove the need for extra casting inside the callback (thanks to Jonathan Kollasch).Fix Doxygen typos in Device.h.Optimise Endpoint_ConfigureEndpoint_Prv() function to produce smaller code when CONTROL_ONLY_DEVICE compile time token is defined.Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files.Changed all Device mode LowLevel demos and Device Class drivers so that the control request is acknowledged and any data transferred as quickly as possible without any processing inbetween sections, so that long callbacks or event handlers will not break communications with the host by exceeding the maximum control request stage timeout period.Moved calls to Device mode Class Driver events to after the request has been acknowledged, so that long event handlers do do skew the timing of the control requests.Added compile time error to the AVRISP-MKII project when built for the U4 chips, as the default VTARGET detection ADC channel does not exist on these chips (thanks to Marco).Clarify in the documentation that the Audio demos and driver is for the Audio 1.0 specification, not the newer (and more advanced/less supported) 2.0 specification.
Loading