X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/b9b03aadb219d06fbad9d110e508db93e45461af..fa8beef82d1340a69390d4b11ca785ee016789c5:/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt
diff --git a/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt b/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt
index 306cf8526..9725b04f8 100644
--- a/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt
+++ b/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt
@@ -6,10 +6,44 @@
/** \mainpage RNDIS Class Ethernet Demo (with Webserver/Telnet)
*
+ * \section SSec_Compat Demo Compatibility:
+ *
+ * The following table indicates what microcontrollers are compatible with this demo.
+ *
+ * - AT90USB1287
+ * - AT90USB1286
+ * - AT90USB647
+ * - AT90USB646
+ *
* \section SSec_Info USB Information:
*
* The following table gives a rundown of the USB utilization of this demo.
*
+ *
+ *
+ * USB Mode: |
+ * Device |
+ *
+ *
+ * USB Class: |
+ * Communications Device Class (CDC) |
+ *
+ *
+ * USB Subclass: |
+ * Remote NDIS (Microsoft Proprietary CDC Class Networking Standard) |
+ *
+ *
+ * Relevant Standards: |
+ * Microsoft RNDIS Specification |
+ *
+ *
+ * Usable Speeds: |
+ * Full Speed Mode |
+ *
+ *
+ *
+ * \section SSec_Description Project Description:
+ *
* 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
@@ -41,31 +75,6 @@
* 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: |
- * Device |
- *
- *
- * USB Class: |
- * Communications Device Class (CDC) |
- *
- *
- * USB Subclass: |
- * Remote NDIS (Microsoft Proprietary CDC Class Networking Standard) |
- *
- *
- * Relevant Standards: |
- * Microsoft RNDIS Specification |
- *
- *
- * Usable Speeds: |
- * 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.