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.07Sep62131Aug3028272625242320191817161311976543231Jul30292827262423212019161514131129Jun28262322212019181615141110987542126May2220191817151413121110765432126Apr24232221201917161514139752131Mar29272625232019181716111094326Feb23Corrected incorrect signature bytes for the AT90USB82 and added support for the ATMEGAXX2 variant AVRs to the DFU bootloader.Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs.Add in new invalid event hook check targets to project makefiles to produce compilation errors when invalid event names are used in a project.Added 64 bit OS driver installation instructions to the readme for all CDC based projects.Changed Still Image Host class driver to auto-fill TransactionID element of sent headers depending on the current session state.Add StillImage Host Class Driver functions for opening and closing sessions. Ensure IsActive is set on the interface to allow device functions to run.Add user-filtering to the HID report parser, so that the user code can decide which items are to be stored into the HID_ReportInfo_t structure and which should be discarded to save on RAM usage.Fixed error in PrinterHost preventing the full page data from being sent to the attached device.Changed HIDParser to only zero out important values in the Parsed HID Report Item Information structure to save cycles.Fix up MissileLauncher demo's ConfigurationDescriptor.c so that it uses the new USB_GetDeviceConfigDescriptor() function parameters.Added documentation for the constants and enums of the new StillImage Host Class driver added to the library so far.Fixed StillImageHost not correctly freezing and unfreezing data pipes while waiting for a response block header.Move check for devices not supporting internal serials in demos which make use of USE_INTERNAL_SERIAL to Descriptors.c from Descriptors.h so that the warning is only generated at most once per compilation.Add return codes to the CDC Host Class driver String/Byte transmission functions.Add extra check for OUT ZLP in the CDC Device Class driver service task to quickly clear zero-length termination packets from the host.Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board driver dispatch headers.Oops - with new changes to the way the device Configuration Descriptor is retrieved from the device, ensure that the correct position pointer is cast when extracting descriptor parameters.Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() function so that it now performs size checks and data validations internally, to simplify user code.Remove deleted source files from the Device mode Class driver demos to enable them to be built.Remove deleted source files from the LUFA library makefile.Added start of the Still Image Host Class driver demo and driver code.Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement in next release.Replace -finline-limit with -fno-inline-small-functions in project makefiles.Move ADC VTARGET sampling to a new V2Params_UpdateParamValues() in the AVRISP project so that there is a central place where all non-PC set target values can be updated easily.Increase AVRISP command timeout to 240ms up from 150ms to prevent some ISP commands from timing out too early.Make WaitWhileBusy function in the AVRISP project more explicit about how it sends and receives the busy check command.Fixed Device mode HID Class driver not explicitly initializing the ReportSize parameter to zero before calling callback routine, so that ignored callbacks don't cause incorrect data to be sent.Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to save on FLASH space.Add check to Pipe_IsEndpointBound() in the Mass Storage Host mode Class driver to ensure that multiple instances of the driver can be used on a single device with multiple Mass Storage interfaces.Simplified Host mode Mass Storage Class driver to reduce compiled program size.Fix memory corruption in Host mode Mass Storage Class driver.Added better USB Class driver overviews.Added new "Common" section to the class drivers, to hold all mode-independant definitions for clarity.Added extra note about missing OUT endpoint configuration to the HID Device mode Class driver.Fixed Device mode HID Class driver always sending IN reports, even when no data is to be reported.Minor documentation fixes to the completed Host mode Class drivers.Completed initial Host mode Mass Storage class driver.Added MS_Host_TestUnitReady() and MS_Host_ReadDeviceCapacity() to the host mode Mass Storage Class driver.Add SCSICodes.h to the Class Driver Common folder, and automatically include it in both the Host and Device Mass Storage Class drivers. Delete existing version from the ClassDriver MassStorage device demo's /Lib/ folder.Oops: Really disable building of Projects/Host/ClassDriver directory in the Projects/Host/ makefile.
Loading