X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/48400df13c7f9f4f0fd8e7f841d49f9502557cb1..88051e78a281f5776538558aec113ff2b66e056c:/Demos/RNDISEthernet/RNDISEthernet.txt
diff --git a/Demos/RNDISEthernet/RNDISEthernet.txt b/Demos/RNDISEthernet/RNDISEthernet.txt
index bd4ff69e8..306cf8526 100644
--- a/Demos/RNDISEthernet/RNDISEthernet.txt
+++ b/Demos/RNDISEthernet/RNDISEthernet.txt
@@ -5,7 +5,11 @@
*/
/** \mainpage RNDIS Class Ethernet Demo (with Webserver/Telnet)
- *
+ *
+ * \section SSec_Info USB Information:
+ *
+ * The following table gives a rundown of the USB utilization of this demo.
+ *
* Remote Network Driver Interface demonstration application.
* This gives a simple reference application for implementing
* a CDC RNDIS device acting as a simple network interface for
@@ -37,6 +41,8 @@
* recommended that it be replaced with an external open source TCP/IP
* stack that is feature complete, such as the uIP stack.
*
+ * \section SSec_Description Project Description:
+ *
*
*
* | USB Mode: |
@@ -59,4 +65,51 @@
* Full Speed Mode |
*
*
+ *
+ * \section SSec_Options Project Options
+ *
+ * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.
+ *
+ *
+ *
+ * | Define Name: |
+ * Location: |
+ * Description: |
+ *
+ *
+ * | NO_DECODE_ETHERNET |
+ * Makefile CDEFS |
+ * When defined, received Ethernet headers will not be decoded and printed to the device serial port. |
+ *
+ *
+ * | NO_DECODE_ARP |
+ * Makefile CDEFS |
+ * When defined, received ARP headers will not be decoded and printed to the device serial port. |
+ *
+ *
+ * | NO_DECODE_IP |
+ * Makefile CDEFS |
+ * When defined, received IP headers will not be decoded and printed to the device serial port. |
+ *
+ *
+ * | NO_DECODE_ICMP |
+ * Makefile CDEFS |
+ * When defined, received ICMP headers will not be decoded and printed to the device serial port. |
+ *
+ *
+ * | NO_DECODE_TCP |
+ * Makefile CDEFS |
+ * When defined, received TCP headers will not be decoded and printed to the device serial port. |
+ *
+ *
+ * | NO_DECODE_UDP |
+ * Makefile CDEFS |
+ * When defined, received UDP headers will not be decoded and printed to the device serial port. |
+ *
+ *
+ * | NO_DECODE_DHCP |
+ * Makefile CDEFS |
+ * When defined, received DHCP headers will not be decoded and printed to the device serial port. |
+ *
+ *
*/
\ No newline at end of file