Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update FatFS library copies to the latest R0.09a version. | Dean Camera | 2012-09-01 | 6 | -346/+515 |
| | |||||
* | Spell-check latest trunk source code. | Dean Camera | 2012-08-18 | 3 | -30/+30 |
| | |||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 2 | -3/+5 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Update projects using FatFS and PetiteFatFS to the latest library versions. | Dean Camera | 2011-02-06 | 6 | -831/+970 |
| | |||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 7 | -2/+9 |
| | | | | tool made by Laszlo Monda | ||||
* | Oops - fix mixed "initialize" and "initialise" - opt for American spelling ↵ | Dean Camera | 2010-07-30 | 1 | -1/+1 |
| | | | | due to its wide use in technical standards. | ||||
* | More spell checking of all source files -- correct missed errors, switch to ↵ | Dean Camera | 2010-07-30 | 2 | -6/+6 |
| | | | | EN-GB spelling dictionary. | ||||
* | Spell check more of the third party libraries used by LUFA. | Dean Camera | 2010-07-30 | 3 | -15/+15 |
| | |||||
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 5 | -24/+24 |
| | |||||
* | Update TemperatureDataLogger and Webserver projects to the latest FATFS ↵ | Dean Camera | 2010-06-14 | 5 | -1000/+1441 |
| | | | | library version. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 7 | -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 Camera | 2010-02-12 | 2 | -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 Camera | 2010-02-12 | 1 | -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 Camera | 2010-01-29 | 1 | -1/+1 |
| | | | | project, so that lost segments are retransmitted as needed. | ||||
* | Delete FATFs .lst files from the Webserver project, accidentally committed. | Dean Camera | 2010-01-28 | 2 | -3211/+0 |
| | |||||
* | Oops - fix path case in the Webserver project makefile, to fix *nix builds. | Dean Camera | 2010-01-28 | 2 | -31/+31 |
| | |||||
* | Fix up project documentation files' overview tables, so that multiple items ↵ | Dean Camera | 2010-01-28 | 2 | -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 Camera | 2010-01-28 | 9 | -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. |