* \section Sec_About About this library\r
*\r
* Originally based on the AT90USBKEY from Atmel, it is an open-source, driver for the USB-enabled AVR\r
- * microcontrollers, released under the MIT license. Currently, the AT90USB1286, AT90USB1287, AT90USB646,\r
- * AT90USB647, AT90USB162, AT90USB82, ATMEGA16U4, ATMEGA32U6 and ATMEGA32U4 AVR microcontrollers are supported by the \r
- * library. Supported premade boards are the USBKEY, STK525, STK526, RZUSBSTICK and ATAVRUSBRF01.\r
+ * microcontrollers, released under the MIT license.\r
+ *\r
+ * Currently supported AVR models:\r
+ * - AT90USB1286\r
+ * - AT90USB1287\r
+ * - AT90USB646\r
+ * - AT90USB647\r
+ * - AT90USB162\r
+ * - AT90USB82\r
+ * - ATMEGA16U4\r
+ * - ATMEGA32U6\r
+ * - ATMEGA32U4\r
+ *\r
+ * Currently supported Atmel boards:\r
+ * - AT90USBKEY\r
+ * - STK525\r
+ * - STK526\r
+ * - RZUSBSTICK\r
+ * - ATAVRUSBRF01\r
+ * - Custom User Boards\r
*\r
* The library is currently in a stable release, suitable for download and incorporation into user projects for\r
* both host and device modes. For information about the project progression, check out my blog.\r
* library API more streamlined and robust. You can download AVR-GCC for free in a convenient windows package, \r
* from the the WinAVR website.\r
*\r
+ *\r
* \section Sec_Links Library Links\r
* Project Homepage: http://www.fourwalledcubicle.com/LUFA.php \n\r
* Development Blog: http://www.fourwalledcubicle.com/blog \n\r
*\r
* USB-IF Website: http://www.usb.org \n\r
*\r
+ *\r
* \section Sec_License License\r
* The LUFA library is currently released under the MIT licence, included below.\r
*\r
+ * Commercial entities can opt out of the public disclosure clause in this license\r
+ * for a one-time US$1500 payment. This provides a non-exclusive modified MIT licensed which\r
+ * allows for the free use of the LUFA library, bootloaders and (where the sole copyright\r
+ * is attributed to Dean Camera) demos without public disclosure within an organisation. Please\r
+ * contact the author for more information.\r
+ *\r
* \verbatim\r
* Permission to use, copy, modify, and distribute this software\r
* and its documentation for any purpose and without fee is hereby\r
* this software.\r
* \endverbatim\r
*\r
+ *\r
* \section Sec_Demos Demos and Bootloaders\r
* The LUFA library ships with several different host and device demos, located in the /Demos/ subdirectory.\r
* If this directory is missing, please re-download the project from the project homepage.\r
* The DFU class bootloader is compatible with Atmel's FLIP software or the open source dfu-programmer project, and\r
* the CDC class (AVR109 protocol) is compatible with such open source software as AVRDUDE and AVR-OSP.\r
*\r
+ *\r
* \section Sec_Donations Donate\r
* I am a 20 year old University student studying for a double degree in Computer Science and Electronics\r
* Engineering. This leaves little time for any sort of work or leisure. Please consider donating a small amount\r