X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/ece9e3d5991dd481fc36baf799a1a85d14b88251..fb3fcb968ea70f8b5c6d8f7edde65745e49628f2:/LUFA/MainPage.txt 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.