/** \file
 *
 *  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 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)
 *
 *  \section Sec_Info USB Information:
 *
 *  The following table gives a rundown of the USB utilization of this demo.
 *
 *  
 *   
 *    | Define Name:* | Location:* | Description:* | 
 *   
 *    | NO_DECODE_ETHERNET* | Makefile LUFA_OPTS* | When defined, received Ethernet headers will not be decoded and printed to the device serial port.* | 
 *   
 *    | NO_DECODE_ARP* | Makefile LUFA_OPTS* | When defined, received ARP headers will not be decoded and printed to the device serial port.* | 
 *   
 *    | NO_DECODE_IP* | Makefile LUFA_OPTS* | When defined, received IP headers will not be decoded and printed to the device serial port.* | 
 *   
 *    | NO_DECODE_ICMP* | Makefile LUFA_OPTS* | When defined, received ICMP headers will not be decoded and printed to the device serial port.* | 
 *   
 *    | NO_DECODE_TCP* | Makefile LUFA_OPTS* | When defined, received TCP headers will not be decoded and printed to the device serial port.* | 
 *   
 *    | NO_DECODE_UDP* | Makefile LUFA_OPTS* | When defined, received UDP headers will not be decoded and printed to the device serial port.* | 
 *   
 *    | NO_DECODE_DHCP* | Makefile LUFA_OPTS* | When defined, received DHCP headers will not be decoded and printed to the device serial port.* | 
 *  
 */