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 fc5c136..f8176e6 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
@@ -51,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