aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/FATFs
Commit message (Collapse)AuthorAgeFilesLines
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-232-3/+5
| | | | trailing whitespace at the end of each line.
* Update projects using FatFS and PetiteFatFS to the latest library versions.Dean Camera2011-02-066-831/+970
|
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-137-2/+9
| | | | tool made by Laszlo Monda
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling ↵Dean Camera2010-07-301-1/+1
| | | | due to its wide use in technical standards.
* More spell checking of all source files -- correct missed errors, switch to ↵Dean Camera2010-07-302-6/+6
| | | | EN-GB spelling dictionary.
* Spell check more of the third party libraries used by LUFA.Dean Camera2010-07-303-15/+15
|
* Spell check all source files once again to find any typos.Dean Camera2010-07-295-24/+24
|
* Update TemperatureDataLogger and Webserver projects to the latest FATFS ↵Dean Camera2010-06-145-1000/+1441
| | | | library version.
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-087-4198/+4198
| | | | correctly converted to the target system's native end of line style.
* Speed up Webserver demo data rate by not sending a full ethernet frame each ↵Dean Camera2010-02-122-29/+1
| | | | time, preventing the receiver from using a delayed ACK scheme which slows down the connection. TELNET server cleanup.
* Move DHCP negotiation timer into the DHCP connection application state ↵Dean Camera2010-02-121-1/+1
| | | | structure, so that each connection gets its own timeout counter (only one connection currently used, but this way is more correct). Add const correctness to static data in the TELNETServerApp.c and HTTPServerApp.c files.
* Add TCP retransmission support to the HTTP webserver in the Webserver ↵Dean Camera2010-01-291-1/+1
| | | | project, so that lost segments are retransmitted as needed.
* Delete FATFs .lst files from the Webserver project, accidentally committed.Dean Camera2010-01-282-3211/+0
|
* Oops - fix path case in the Webserver project makefile, to fix *nix builds.Dean Camera2010-01-282-31/+31
|
* Fix up project documentation files' overview tables, so that multiple items ↵Dean Camera2010-01-282-31/+31
| | | | occupy multiple lines in the same cell, rather than multiple cells.
* Add FatFS library to the Webserver project, extend the HTTP server so that ↵Dean Camera2010-01-289-0/+7437
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.