\r
/** \mainpage RNDIS Class Ethernet Demo (with Webserver/Telnet)\r
*\r
+ * \section SSec_Compat Demo Compatibility:\r
+ *\r
+ * The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ * - AT90USB1287\r
+ * - AT90USB1286\r
+ * - AT90USB647\r
+ * - AT90USB646\r
+ *\r
* \section SSec_Info USB Information:\r
*\r
* The following table gives a rundown of the USB utilization of this demo.\r
*\r
+ * <table>\r
+ * <tr>\r
+ * <td><b>USB Mode:</b></td>\r
+ * <td>Device</td>\r
+ * </tr>\r
+ * <tr>\r
+ * <td><b>USB Class:</b></td>\r
+ * <td>Communications Device Class (CDC)</td>\r
+ * </tr>\r
+ * <tr> \r
+ * <td><b>USB Subclass:</b></td>\r
+ * <td>Remote NDIS (Microsoft Proprietary CDC Class Networking Standard)</td>\r
+ * </tr>\r
+ * <tr>\r
+ * <td><b>Relevant Standards:</b></td>\r
+ * <td>Microsoft RNDIS Specification</td>\r
+ * </tr>\r
+ * <tr>\r
+ * <td><b>Usable Speeds:</b></td>\r
+ * <td>Full Speed Mode</td>\r
+ * </tr>\r
+ * </table>\r
+ *\r
+ * \section SSec_Description Project Description: \r
+ *\r
* Remote Network Driver Interface demonstration application.\r
* This gives a simple reference application for implementing\r
* a CDC RNDIS device acting as a simple network interface for\r
* recommended that it be replaced with an external open source TCP/IP\r
* stack that is feature complete, such as the uIP stack.\r
*\r
- * \section SSec_Description Project Description: \r
- *\r
- * <table>\r
- * <tr>\r
- * <td><b>USB Mode:</b></td>\r
- * <td>Device</td>\r
- * </tr>\r
- * <tr>\r
- * <td><b>USB Class:</b></td>\r
- * <td>Communications Device Class (CDC)</td>\r
- * </tr>\r
- * <tr> \r
- * <td><b>USB Subclass:</b></td>\r
- * <td>Remote NDIS (Microsoft Proprietary CDC Class Networking Standard)</td>\r
- * </tr>\r
- * <tr>\r
- * <td><b>Relevant Standards:</b></td>\r
- * <td>Microsoft RNDIS Specification</td>\r
- * </tr>\r
- * <tr>\r
- * <td><b>Usable Speeds:</b></td>\r
- * <td>Full Speed Mode</td>\r
- * </tr>\r
- * </table>\r
- *\r
* \section SSec_Options Project Options\r
*\r
* The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.\r