aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/GenericHID/GenericHID.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-05-19 21:49:13 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-05-19 21:49:13 +0200
commit654baf7d609963cf25da328f2b3fc8ced0eaf68a (patch)
tree38dad4b3d6e7054a6538a3447a1db945417e914f /Demos/Device/ClassDriver/GenericHID/GenericHID.txt
parent847426272826c19eb7ab226465a7687ab47266ce (diff)
downloadlufa-654baf7d609963cf25da328f2b3fc8ced0eaf68a.tar.gz
lufa-654baf7d609963cf25da328f2b3fc8ced0eaf68a.tar.bz2
lufa-654baf7d609963cf25da328f2b3fc8ced0eaf68a.zip
Add XMEGA support to the class driver demos where possible.
Diffstat (limited to 'Demos/Device/ClassDriver/GenericHID/GenericHID.txt')
-rw-r--r--Demos/Device/ClassDriver/GenericHID/GenericHID.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/GenericHID/GenericHID.txt b/Demos/Device/ClassDriver/GenericHID/GenericHID.txt
index 3d72345f3..140274039 100644
--- a/Demos/Device/ClassDriver/GenericHID/GenericHID.txt
+++ b/Demos/Device/ClassDriver/GenericHID/GenericHID.txt
@@ -14,6 +14,9 @@
* \li Series 6 USB AVRs (AT90USBxxx6)
* \li Series 4 USB AVRs (ATMEGAxxU4)
* \li Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2)
+ * \li Series AU XMEGA AVRs (ATXMEGAxxxAxU)
+ * \li Series B XMEGA AVRs (ATXMEGAxxxBxU)
+ * \li Series C XMEGA AVRs (ATXMEGAxxxCxU)
*
* \section Sec_Info USB Information:
*
@@ -68,7 +71,7 @@
* <tr>
* <td>GENERIC_REPORT_SIZE</td>
* <td>AppConfig.h</td>
- * <td>This token defines the size of the device reports, both sent and received (including report ID byte). The value
+ * <td>This token defines the size of the device reports, both sent and received (including report ID byte). The value
* must be an integer ranging from 1 to 255.</td>
* </tr>
* </table>