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.01Feb31Jan29282725242119171615127654330Dec29282726242321201817161514131110987643230Nov29272625242322201716151312111098764326Oct181614121185432130Sep292824222120171413109762131Aug3028272625242320191817161311976543231Jul30292827262423212019161514131129Jun28262322212019181615141110987542126May2220191817151413121110765432126Apr24232221201917161514139752131Mar29272625232019181716111094326Feb23Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction into account.Clean up HTTP webserver code in the Webserver project, so that it follows the uIP application structure guidelines and uses cleaner state machine based code.Use _delay_us() function in the XPROGTarget.c file to ensure timing requirements are met, rather than a fixed number of NOPs.Oops - PDI handshake delay was too long, causing the device's /RESET functionality to be re-enabled.Better HTTP GET parsing in the Webserver demo, add application polling.Add TCP retransmission support to the HTTP webserver in the Webserver project, so that lost segments are retransmitted as needed.Update driver INF files - change manufacturer name from the original template's name to the Four Walled Cubicle website.Oops - TPI programming is broken in the AVRISP project because the busy-flag check wasn't inverting the result.Fix TPI communications in the AVRISP project when bit-banged USART mode is selected.Add MIME type handling to the Webserver project, so that files of different types (e.g. images) can be served out to HTTP clients.Removed the stream example code from the Low Level VirtualSerial demos, as they were buggy and only served to add clutter.Second fix to Webserver project's makefile for the FATFs path case to fix *nix builds.Delete 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.
Loading