aboutsummaryrefslogtreecommitdiff
path: root/Projects/Webserver/Lib/FATFs
AgeCommit message (Expand)Author
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-02-06Update projects using FatFS and PetiteFatFS to the latest library versions.Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-07-30Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean
2010-07-30More spell checking of all source files -- correct missed errors, switch to E...Dean
2010-07-30Spell check more of the third party libraries used by LUFA.Dean
2010-07-29Spell check all source files once again to find any typos.Dean
2010-06-14Update TemperatureDataLogger and Webserver projects to the latest FATFS libra...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-02-12Speed up Webserver demo data rate by not sending a full ethernet frame each t...Dean
2010-02-12Move DHCP negotiation timer into the DHCP connection application state struct...Dean
2010-01-29Add TCP retransmission support to the HTTP webserver in the Webserver project...Dean
2010-01-28Delete FATFs .lst files from the Webserver project, accidentally committed.Dean
2010-01-28Oops - fix path case in the Webserver project makefile, to fix *nix builds.Dean
2010-01-28Fix up project documentation files' overview tables, so that multiple items o...Dean
2010-01-28Add FatFS library to the Webserver project, extend the HTTP server so that it...Dean