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.02Feb131Jan29282725242119171615127654330Dec29282726242321201817161514131110987643230Nov29272625242322201716151312111098764326Oct181614121185432130Sep292824222120171413109762131Aug3028272625242320191817161311976543231Jul30292827262423212019161514131129Jun28262322212019181615141110987542126May2220191817151413121110765432126Apr24232221201917161514139752131Mar29272625232019181716111094326Feb23Remove now unused conf directory from the uIP stack in the Webserver project.Replace the Webserver demo's uIP with the latest code ripped from the Contiki project by Adam Dunkels.Make packet processing code in the Webserver project a bit neater using a switch statement instead of an if-else-if chain.Fix TPI mode chip erase code not properly erasing the target memory space.Oops - new Write Word alignment code in the TPI programming function means that the WriteBuffer parameter is no longer const.Make TPI writes add a dummy high byte if the data isn't word-aligned.Make TPI programming protocol program in words, not bytes to satisfy the datasheet conditions.Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REMOTEWAKEUP tokens (thanks to Claus Christensen).Make board specific and device peripheral specific drivers' file documentation copy over to the module documentation, so that it is visible in the normal module view of the library documentation.Fixed STK525 Dataflash driver using incorrect bit-shifting for Dataflash addresses (thanks to Tim Mitchell).Make AVRISP XPROG function parameters const where possible.Fixed issues with EEPROM and FLASH ISP programming in the AVRISP project.Fixed 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.
Loading