X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/2b0d93c1297f5d7dd6af1bb0b8d599313a61bdd5..a8871c7fba73307226bd13e2cad4c840c850e6f1:/Projects/Webserver/Webserver.txt diff --git a/Projects/Webserver/Webserver.txt b/Projects/Webserver/Webserver.txt index 7f6587669..34b542e23 100644 --- a/Projects/Webserver/Webserver.txt +++ b/Projects/Webserver/Webserver.txt @@ -10,7 +10,7 @@ * * The following list indicates what microcontrollers are compatible with this project. * - * - Series 7 USB AVRs + * - Series 7 USB AVRs (AT90USBxxx7) * * \section SSec_Info USB Information: * @@ -48,7 +48,7 @@ * \section SSec_Description Project Description: * * Simple HTTP webserver project. This project combines the LUFA library with the uIP TCP/IP full network stack and FatFS - * library to create a RNDIS host capable of serving out HTTP webpages to multiple hosts simultaneously. This project + * library to create a RNDIS host capable of serving out HTTP web pages to multiple hosts simultaneously. This project * demonstrates how the libraries can be combined into a robust network enabled application, with the addition of a RNDIS * network device. * @@ -63,7 +63,7 @@ * device being used for this project to work if the DHCP client is disabled (see \ref SSec_Options) - otherwise, the device * will query the network's DHCP server for these parameters automatically. * - * When properly configured, the webserver can be accessed from any HTTP webrowser by typing in the device's statically or + * When properly configured, the webserver can be accessed from any HTTP web browser by typing in the device's statically or * dynamically allocated IP address. The TELNET client can be accessed via any network socket app by connecting to the device * on port 23 on the device's statically or dynamically allocated IP address. * @@ -79,13 +79,13 @@ * * * ENABLE_TELNET_SERVER - * Makefile CDEFS + * Makefile LUFA_OPTS * When defined, this enables the TELNET server in addition to the HTTP webserver, which listens for incoming connections * and processes user commands. * * * ENABLE_DHCP_CLIENT - * Makefile CDEFS + * Makefile LUFA_OPTS * When defined, this enables the DHCP client for dynamic IP allocation of the network settings from a DHCP server. * * @@ -106,8 +106,8 @@ * * * MAX_URI_LENGTH - * Makefile CDEFS - * Maximum length of a URI for the Webserver. This is the maximum file path, including subdirectories and seperators. + * Makefile LUFA_OPTS + * Maximum length of a URI for the Webserver. This is the maximum file path, including subdirectories and separators. * * - */ \ No newline at end of file + */