Add FatFS library to the Webserver project, extend the HTTP server so that it now...
[pub/USBasp.git] / Demos / Device / LowLevel / GenericHID / GenericHID.txt
index a40b78b..f8176e6 100644 (file)
@@ -6,6 +6,15 @@
  \r
 /** \mainpage Generic HID Device\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following list indicates what microcontrollers are compatible with this demo.\r
+ *\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
  *  The following table gives a rundown of the USB utilization of this demo.\r
@@ -37,8 +46,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