Changed stream wait timeout counter to be 16-bit, so that very long timeout periods...
[pub/USBasp.git] / LUFA / MainPage.txt
1 /** \file
2 *
3 * This file contains special DoxyGen information for the generation of the main page and other special
4 * documentation pages. It is not a project source file.
5 */
6
7 /**
8 * \mainpage About the LUFA (Formerly MyUSB) Library
9 *
10 * Lightweight USB Framework for AVRs Library, written by Dean Camera.
11 *
12 * \section Sec_About About this library
13 *
14 * Originally based on the AT90USBKEY from Atmel, it is an open-source, driver for the USB-enabled AVR
15 * microcontrollers, released under the MIT license. Currently, the AT90USB1286, AT90USB1287, AT90USB646,
16 * AT90USB647, AT90USB162, AT90USB82, ATMEGA16U4, ATMEGA32U6 and ATMEGA32U4 AVR microcontrollers are supported by the
17 * library. Supported premade boards are the USBKEY, STK525, STK526, RZUSBSTICK and ATAVRUSBRF01.
18 *
19 * The library is currently in a stable release, suitable for download and incorporation into user projects for
20 * both host and device modes. For information about the project progression, check out my blog.
21 *
22 * LUFA is written specifically for the free AVR-GCC compiler, and uses several GCC-only extensions to make the
23 * library API more streamlined and robust. You can download AVR-GCC for free in a convenient windows package,
24 * from the the WinAVR website.
25 *
26 * \section Sec_Links Library Links
27 * Project Homepage: http://www.fourwalledcubicle.com/LUFA.php \n
28 * Development Blog: http://www.fourwalledcubicle.com/blog \n
29 * Discussion Group: http://groups.google.com/group/myusb-support-list \n
30 * SVN Access, Bug Reports and Feature Requests: http://code.google.com/p/lufa-lib/ \n
31 * Author's Website: http://www.fourwalledcubicle.com \n
32 *
33 * WinAVR Website: http://winavr.sourceforge.net \n
34 * avr-libc Website: http://www.nongnu.org/avr-libc/ \n
35 *
36 * USB-IF Website: http://www.usb.org \n
37 *
38 * \section Sec_License License
39 * The LUFA library is currently released under the MIT licence, included below.
40 *
41 * \verbatim
42 * Permission to use, copy, modify, and distribute this software
43 * and its documentation for any purpose and without fee is hereby
44 * granted, provided that the above copyright notice appear in all
45 * copies and that both that the copyright notice and this
46 * permission notice and warranty disclaimer appear in supporting
47 * documentation, and that the name of the author not be used in
48 * advertising or publicity pertaining to distribution of the
49 * software without specific, written prior permission.
50 *
51 * The author disclaim all warranties with regard to this
52 * software, including all implied warranties of merchantability
53 * and fitness. In no event shall the author be liable for any
54 * special, indirect or consequential damages or any damages
55 * whatsoever resulting from loss of use, data or profits, whether
56 * in an action of contract, negligence or other tortious action,
57 * arising out of or in connection with the use or performance of
58 * this software.
59 * \endverbatim
60 *
61 * \section Sec_Demos Demos and Bootloaders
62 * The LUFA library ships with several different host and device demos, located in the /Demos/ subdirectory.
63 * If this directory is missing, please re-download the project from the project homepage.
64 *
65 * Also included with the library are two fully functional bootloaders, loacated in the /Bootloaders/ subdirectory.
66 * The DFU class bootloader is compatible with Atmel's FLIP software or the open source dfu-programmer project, and
67 * the CDC class (AVR109 protocol) is compatible with such open source software as AVRDUDE and AVR-OSP.
68 *
69 * \section Sec_Donations Donate
70 * I am a 20 year old University student studying for a double degree in Computer Science and Electronics
71 * Engineering. This leaves little time for any sort of work or leisure. Please consider donating a small amount
72 * to myself to support this and my future Open Source projects. You can donate any amount via PayPal on my
73 * website, http://www.fourwalledcubicle.com . All donations are greatly appreciated.
74 */
75