aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Webserver.txt
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation improvements.Dean Camera2013-06-161-3/+3
|
* Merge in latest trunk.Dean Camera2012-05-201-2/+2
|\
| * Minor documentation adjustments to the demos, projects and bootloaders to ↵Dean Camera2012-05-181-2/+2
| | | | | | | | ensure correct formatting of application device support.
* | AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h ↵Dean Camera2012-05-131-3/+8
| | | | | | | | configuration header files.
* | AppConfigHeaders: Update several additional user projects to use ↵Dean Camera2012-05-121-4/+4
|/ | | | configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project.
* Add RNDIS Device support to the Webserver project, so that the files stored ↵Dean Camera2011-05-221-3/+10
| | | | on the device can be viewed from a web-browser while the board is plugged into a host machine.
* Documentation improvements - put driver example code into its own section, ↵Dean Camera2010-12-261-6/+6
| | | | fix incorrect and missing section names.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-3/+4
| | | | tool made by Laszlo Monda
* Clarify in the project documentation files what the each of the different ↵Dean Camera2010-08-311-1/+1
| | | | USB AVR device "series" comprises of.
* More spell checking of all source files -- correct missed errors, switch to ↵Dean Camera2010-07-301-1/+1
| | | | EN-GB spelling dictionary.
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-5/+5
|
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-3/+3
| | | | Add new module source variables to the library core makefile, so that module sources can be added to a project's makefile on a per-module rather than per-file basis.
* Correct misspellings in the Bluetooth demo code.Dean Camera2010-07-111-1/+1
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-112/+112
| | | | correctly converted to the target system's native end of line style.
* Added ENABLE_TELNET_SERVER compile time option to the Webserver project to ↵Dean Camera2010-03-101-0/+6
| | | | | | disable the TELNET server if desired. Change over static strings in the Webserver project to use PROGMEM where possible.
* Speed up Webserver demo data rate by not sending a full ethernet frame each ↵Dean Camera2010-02-121-1/+6
| | | | 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-6/+5
| | | | 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.
* Make Webserver allow HTTP requests for files with up to 50 characters in the ↵Dean Camera2010-02-071-11/+13
| | | | | | path instead of 30, to be in synch with the project documentation. Change Webserver project's ENABLE_DHCP compile time option to ENABLE_DHCP_CLIENT to more accurately indicate its function.
* Replace the Webserver demo's uIP with the latest code ripped from the ↵Dean Camera2010-02-021-2/+3
| | | | Contiki project by Adam Dunkels.
* Better HTTP GET parsing in the Webserver demo, add application polling.Dean Camera2010-01-311-1/+2
|
* Fix up project documentation files' overview tables, so that multiple items ↵Dean Camera2010-01-281-10/+16
| | | | 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-281-11/+17
| | | | 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.
* Add DHCP server to the Webserver demo for automatic network configuration. ↵Dean Camera2010-01-271-3/+9
| | | | Correct uIP timer clock not tracking the correct timespan.
* Add Webserver project Doxygen configuration file and overview document.Dean Camera2010-01-251-0/+81
Fix Doxygen configuration files' input file exclusion filters.