X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/28401f7bb749350a66ebe95649d01a25c01842f7..7b5b8f199f0290d2befcde56fb99fe68c61d15ff:/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt diff --git a/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt b/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt index 02874f572..ac72d4ae7 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt +++ b/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt @@ -3,17 +3,17 @@ * This file contains special DoxyGen information for the generation of the main page and other special * documentation pages. It is not a project source file. */ - + /** \mainpage RNDIS Class Ethernet Demo (with Webserver/Telnet) * - * \section SSec_Compat Demo Compatibility: + * \section Sec_Compat Demo Compatibility: * * The following list indicates what microcontrollers are compatible with this demo. * - * - Series 7 USB AVRs - * - Series 6 USB AVRs + * \li Series 7 USB AVRs (AT90USBxxx7) + * \li Series 6 USB AVRs (AT90USBxxx6) * - * \section SSec_Info USB Information: + * \section Sec_Info USB Information: * * The following table gives a rundown of the USB utilization of this demo. * @@ -26,7 +26,7 @@ *
Description: | *|||
CLIENT_IP_ADDRESS | + *AppConfig.h | + *Configures the IP address given to the client (PC) via the DHCP server. | + *|
SERVER_IP_ADDRESS | + *AppConfig.h | + *Configures the IP address of the virtual server. | + *|
ADAPTER_MAC_ADDRESS | + *AppConfig.h | + *Configures the MAC address of the RNDIS adapter on the host (PC) side. | + *|
SERVER_MAC_ADDRESS | + *AppConfig.h | + *Configures the MAC address of the virtual server on the network. | + *|
NO_DECODE_ETHERNET | - *Makefile LUFA_OPTS | + *AppConfig.h | *When defined, received Ethernet headers will not be decoded and printed to the device serial port. | *
NO_DECODE_ARP | - *Makefile LUFA_OPTS | + *AppConfig.h | *When defined, received ARP headers will not be decoded and printed to the device serial port. | *
NO_DECODE_IP | - *Makefile LUFA_OPTS | + *AppConfig.h | *When defined, received IP headers will not be decoded and printed to the device serial port. | *
NO_DECODE_ICMP | - *Makefile LUFA_OPTS | + *AppConfig.h | *When defined, received ICMP headers will not be decoded and printed to the device serial port. | *
NO_DECODE_TCP | - *Makefile LUFA_OPTS | + *AppConfig.h | *When defined, received TCP headers will not be decoded and printed to the device serial port. | *
NO_DECODE_UDP | - *Makefile LUFA_OPTS | + *AppConfig.h | *When defined, received UDP headers will not be decoded and printed to the device serial port. | *
NO_DECODE_DHCP | - *Makefile LUFA_OPTS | + *AppConfig.h | *When defined, received DHCP headers will not be decoded and printed to the device serial port. | *