aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/MainPage.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/MainPage.txt')
-rw-r--r--LUFA/MainPage.txt23
1 files changed, 20 insertions, 3 deletions
diff --git a/LUFA/MainPage.txt b/LUFA/MainPage.txt
index 00eb8fc0b..0829aa187 100644
--- a/LUFA/MainPage.txt
+++ b/LUFA/MainPage.txt
@@ -12,9 +12,26 @@
* \section Sec_About About this library
*
* Originally based on the AT90USBKEY from Atmel, it is an open-source, driver for the USB-enabled AVR
- * microcontrollers, released under the MIT license. Currently, the AT90USB1286, AT90USB1287, AT90USB646,
- * AT90USB647, AT90USB162, AT90USB82, ATMEGA16U4, ATMEGA32U6 and ATMEGA32U4 AVR microcontrollers are supported by the
- * library. Supported premade boards are the USBKEY, STK525, STK526, RZUSBSTICK and ATAVRUSBRF01.
+ * microcontrollers, released under the MIT license.
+ *
+ * Currently supported AVR models:
+ * - AT90USB1286
+ * - AT90USB1287
+ * - AT90USB646
+ * - AT90USB647
+ * - AT90USB162
+ * - AT90USB82
+ * - ATMEGA16U4
+ * - ATMEGA32U6
+ * - ATMEGA32U4
+ *
+ * Currently supported Atmel boards:
+ * - AT90USBKEY
+ * - STK525
+ * - STK526
+ * - RZUSBSTICK
+ * - ATAVRUSBRF01
+ * - Custom User Boards
*
* The library is currently in a stable release, suitable for download and incorporation into user projects for
* both host and device modes. For information about the project progression, check out my blog.