X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/e9e6730d4999bea6e0eaefc2fce062ef090388b8..refs/heads/master:/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt diff --git a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt index a458370da..c926ddae5 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt +++ b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt @@ -4,14 +4,17 @@ * documentation pages. It is not a project source file. */ -/** \mainpage RNDIS Class Ethernet Demo (with Webserver/Telnet) +/** \mainpage RNDIS Class Ethernet Demo * * \section Sec_Compat Demo Compatibility: * * The following list indicates what microcontrollers are compatible with this demo. * - * - Series 7 USB AVRs (AT90USBxxx7) - * - Series 6 USB AVRs (AT90USBxxx6) + * \li Series 7 USB AVRs (AT90USBxxx7) + * \li Series 6 USB AVRs (AT90USBxxx6) + * \li Series AU XMEGA AVRs (ATXMEGAxxxAxU) + * \li Series B XMEGA AVRs (ATXMEGAxxxBx) + * \li Series C XMEGA AVRs (ATXMEGAxxxCx) * * \section Sec_Info USB Information: * @@ -35,7 +38,7 @@ *
| Define Name: | - *Location: | - *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. | + *Define Name: | + *Location: | + *Description: | *
|---|---|---|---|---|---|
| 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 | - *AppConfig.h | - *When defined, received Ethernet headers will not be decoded and printed to the device serial port. | - *|||
| NO_DECODE_ARP | - *AppConfig.h | - *When defined, received ARP headers will not be decoded and printed to the device serial port. | - *|||
| NO_DECODE_IP | - *AppConfig.h | - *When defined, received IP headers will not be decoded and printed to the device serial port. | - *|||
| NO_DECODE_ICMP | - *AppConfig.h | - *When defined, received ICMP headers will not be decoded and printed to the device serial port. | - *|||
| NO_DECODE_TCP | - *AppConfig.h | - *When defined, received TCP headers will not be decoded and printed to the device serial port. | - *|||
| NO_DECODE_UDP | - *AppConfig.h | - *When defined, received UDP headers will not be decoded and printed to the device serial port. | - *|||
| NO_DECODE_DHCP | - *AppConfig.h | - *When defined, received DHCP headers will not be decoded and printed to the device serial port. | - *