diff options
Diffstat (limited to 'Demos/DualCDC')
-rw-r--r-- | Demos/DualCDC/DualCDC.txt | 60 |
1 files changed, 39 insertions, 21 deletions
diff --git a/Demos/DualCDC/DualCDC.txt b/Demos/DualCDC/DualCDC.txt index aebbec353..6e086029b 100644 --- a/Demos/DualCDC/DualCDC.txt +++ b/Demos/DualCDC/DualCDC.txt @@ -6,6 +6,38 @@ /** \mainpage Dual Communications Device Class Device (Dual Virtual Serial Port)
*
+ * \section SSec_Info USB Information:
+ *
+ * The following table gives a rundown of the USB utilization of this demo.
+ *
+ * <table>
+ * <tr>
+ * <td><b>USB Mode:</b></td>
+ * <td>Device</td>
+ * </tr>
+ * <tr>
+ * <td><b>USB Class:</b></td>
+ * <td>Miscellaneous Device Class</td>
+ * <td>( Sub-Interface: Communications Device Class (CDC) )</td>
+ * </tr>
+ * <tr>
+ * <td><b>USB Subclass:</b></td>
+ * <td>Common Class</td>
+ * <td>( Sub-Interface: Abstract Control Model (ACM) )</td>
+ * </tr>
+ * <tr>
+ * <td><b>Relevant Standards:</b></td>
+ * <td>USBIF Interface Association Descriptor ECN</td>
+ * <td>USBIF CDC Class Standard</td>
+ * </tr>
+ * <tr>
+ * <td><b>Usable Speeds:</b></td>
+ * <td>Full Speed Mode</td>
+ * </tr>
+ * </table>
+ *
+ * \section SSec_Description Project Description:
+ *
* Dual Communications Device Class demonstration application.
* This gives a simple reference application for implementing
* a compound device with dual CDC functions acting as a pair
@@ -29,29 +61,15 @@ * Operating Systems should automatically use their own inbuilt
* CDC-ACM drivers.
*
+ * \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.
+ *
* <table>
* <tr>
- * <td><b>USB Mode:</b></td>
- * <td>Device</td>
- * </tr>
- * <tr>
- * <td><b>USB Class:</b></td>
- * <td>Miscellaneous Device Class</td>
- * <td>( Sub-Interface: Communications Device Class (CDC) )</td>
- * </tr>
- * <tr>
- * <td><b>USB Subclass:</b></td>
- * <td>Common Class</td>
- * <td>( Sub-Interface: Abstract Control Model (ACM) )</td>
- * </tr>
- * <tr>
- * <td><b>Relevant Standards:</b></td>
- * <td>USBIF Interface Association Descriptor ECN</td>
- * <td>USBIF CDC Class Standard</td>
- * </tr>
- * <tr>
- * <td><b>Usable Speeds:</b></td>
- * <td>Full Speed Mode</td>
+ * <td>
+ * None
+ * </td>
* </tr>
* </table>
*/
\ No newline at end of file |