Make SPI and USART peripheral dispatch driver headers in preparation for a set of...
[pub/USBasp.git] / Demos / Device / ClassDriver / GenericHID / GenericHID.txt
index fc5c136..fe46abd 100644 (file)
@@ -8,17 +8,12 @@
  *\r
  *  \section SSec_Compat Demo Compatibility:\r
  *\r
- *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *  The following list indicates what microcontrollers are compatible with this demo.\r
  *\r
- *  - AT90USB1287\r
- *  - AT90USB1286\r
- *  - AT90USB647\r
- *  - AT90USB646\r
- *  - ATMEGA32U6\r
- *  - ATMEGA32U4\r
- *  - ATMEGA16U4\r
- *  - AT90USB162\r
- *  - AT90USB82\r
+ *  - Series 7 USB AVRs\r
+ *  - Series 6 USB AVRs\r
+ *  - Series 4 USB AVRs\r
+ *  - Series 2 USB AVRs\r
  *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *   </tr>\r
  *   <tr>\r
  *    <td><b>Relevant Standards:</b></td>\r
- *    <td>USBIF HID Specification, USBIF HID Usage Tables</td>\r
+ *    <td>USBIF HID Specification \n\r
+ *        USBIF HID Usage Tables</td>\r
  *   </tr>\r
  *   <tr>\r
  *    <td><b>Usable Speeds:</b></td>\r
- *    <td>Low Speed Mode, Full Speed Mode</td>\r
+ *    <td>Low Speed Mode \n\r
+ *        Full Speed Mode</td>\r
  *   </tr>\r
  *  </table>\r
  *\r
@@ -51,8 +48,8 @@
  *\r
  *  Generic HID device demonstration application. This gives a simple reference application\r
  *  for implementing a generic HID device, using the basic USB HID drivers in all modern\r
- *  OSes (i.e. no special drivers required). It accepts and sends up to 255 byte reports to\r
- *  and from a USB Host, and by default transmits the last sent report back to the host.\r
+ *  OSes (i.e. no special drivers required). By default it accepts and sends up to 8 byte reports\r
+ *  to and from a USB Host, and transmits the last sent report back to the host.\r
  *  \r
  *  On start-up the system will automatically enumerate and function as a vendor HID device.\r
  *  When controlled by a custom HID class application, reports can be sent and received by\r