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.031Aug3028272625242320191817161311976543231Jul30292827262423212019161514131129Jun28262322212019181615141110987542126May2220191817151413121110765432126Apr24232221201917161514139752131Mar29272625232019181716111094326Feb23Add 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.More work on the Mass Storage Host mode Class driver.Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled size.Add VTARGET level detection to the AVRISP project on supported AVR models.Make AVRISP project build again - fix incorrect preprocessor directive in V2Protocol.c, fix makefile LUFA_PATH.Partial Commit: Remove now empty Projects\Incomplete directory and add the new AVRISP project to the Projects directory makefile.Partial Commit: Move AVRISP project out of the Projects\Incomplete directory.Add function documentation to the AVRISP project.Finished preliminary AVRISP project - all V2 protocol commands now work correctly for basic operations.Fixed AVRISP V2 Protocol handler for the READ_FLASH_ISP and READ_EEPROM_ISP handler - can now correctly read back device data. Programming command handler is still broken, although first page is written correctly to FLASH in paged write mode.Updated Benito project -- added hardware interrupt and software buffering for serial data reception to prevent missed characters, condensed pulse generation counters into a struct for clarity.Fix endianness of LOAD_ADDRESS command data, add correct PROGRAM_FLASH_ISP/PROGRAM_EEPROM_ISP polling and endpoint bank clearing, add hardware delays/timeouts to the V2 Protocol handler in the AVRISP project.Switch to hardware delays and timeouts via a hardware timer in the V2 Protocol handler.Added PROGRAM_FLASH_ISP and PROGRAM_EEPROM_ISP handler code to the V2 Protocol handler in the AVRISP project, programming complete checks not yet complete.
Loading