X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/c31fdbd03eee95660d65adb0f1bf7c0c397fd435..5d9403fde4e0d89313121fcd5fa4cfc6c4ddfc4e:/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt
diff --git a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt
index 648fe40f1..ac72d4ae7 100644
--- a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt
+++ b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt
@@ -84,38 +84,58 @@
*
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. |
*
*