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.028Jan2725242119171615127654330Dec29282726242321201817161514131110987643230Nov29272625242322201716151312111098764326Oct181614121185432130Sep292824222120171413109762131Aug3028272625242320191817161311976543231Jul30292827262423212019161514131129Jun28262322212019181615141110987542126May2220191817151413121110765432126Apr24232221201917161514139752131Mar29272625232019181716111094326Feb23Delete FATFs .lst files from the Webserver project, accidentally committed.Oops - fix path case in the Webserver project makefile, to fix *nix builds.Fix up project documentation files' overview tables, so that multiple items occupy multiple lines in the same cell, rather than multiple cells.Add FatFS library to the Webserver project, extend the HTTP server so that it now serves files from the Dataflash. Add Mass Storage device mode class driver so that files can be loaded to the board Dataflash when inserted into a PC.Be doubly-certain that the incomming CDC class driver's endpoint/pipe is flushed only once when the bank is empty.Clean up Webserver project - add more Doxygen documentation for the new DHCP client functions and defines.Add DHCP server to the Webserver demo for automatic network configuration. Correct uIP timer clock not tracking the correct timespan.Ensure TPI enable timing requirements are met in AVRISP-MKII programmer. Remove invalid code in the TPI read/write functions.Manually pull PDI clock pin high for 1ms before disabling PDI mode in the AVRISP-MKII project, to ensure that the PDI bus is disabled in the target and /RESET functionality restored.Exclude host application directories from the Doxygen input source file directories.Add missing AVRISPDescriptors.c/.h files to the XPLAINBridge project.Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.Add Webserver project Doxygen configuration file and overview document.Moved initial completed version of the Webserver project out of the Projects/Incomplete directory.Neaten Webserver project code.Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints should use two seperate pipes, not one half-duplex pipe.Cleanup and partially fix AVRISP-MKII project's TPI programming support.ADC2 and ADC3 channels do not exist on the U4 series USB AVRs.Minor code cleanups, remove TemperatureDataLogger host application's Visual Studio Solution files, add LibHIDNet license files.Added explicit ADC channel masks for the standard set of ADC channels, as the single-ended channel MUX masks are not equal to the channel number on some AVR models. Changed demos to use the new channel masks when using the ADC driver.Fixed DFU bootloader programming not discarding the correct number of filler bytes from the host when non-aligned programming ranges are specified (thanks to Thomas Bleeker).Enhance TemperatureDatalogger project -- add RTC capabilities so that data is logged along with the current time and date. Make logging interval configurable, set by a C# PC host application.Fix up the incomplete Webserver project so that it integrates with the uIP stack correctly. Add simple HTTP webserver as a placeholder until FatFS can be integrated.New revision Benito hardware will be 16MHz, and use the ATMEGA32U2. Change makefile to suit.Update Benito project -- device should be reset when DTR is *asserted* not deasserted.Update library manual with the new XPLAINBridge project's dual mode bridge/programmer functionality.Clean up of the altered XPLAINBridge project.Changed XPLAINBridge project to be both a USB to USART bridge and a PDI programmer, based on the state of a mode select pin.Added master mode hardware TWI driver.Oops - missing brace in the updated Benito code causing compilation to fail.Fix the Benito project not pulsing the target's /RESET line when DTR is de-asserted.Clean up and add more comments to the AVRISP-MKII project. Make sure the SPI_MULTI command handler supports multiple packet responses. Use slightly smaller/faster repeated indirect-load commands when retrieving the PDI target's memory CRCs.Fix incorrect preprocessor checks in the PLL prescaler mask determination code for the ATMEGA32U2.Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllersStarted Webserver RNDIS host project.Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse demo class driver structures.Oops - incorrect Dataflash chip select mask in the XPLAIN Dataflash driver.Fix XPLAIN Dataflash and LED drivers.Update Doxygen configuration files to the latest Doxygen version.Added support to the MIDI Class drivers for packed data, where multiple MIDI events are packed into a single USB packet. Added new MIDI Class driver flush routines to override packing behaviour.
Loading