Seperated out parts of the PrinterHost incomplete demo into a seperate Lib subdirectory.
[pub/USBasp.git] / LUFA / ManPages / 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
9 *
10 * \n
11 * \image html LUFA.gif "The Lightweight USB Framework for AVRs"
12 * \n
13 *
14 * For author and donation information, see \ref Page_Donating.
15 *
16 * LUFA is an open-source USB library for the USB-enabled AVR microcontrollers, released under the MIT license. It supports
17 * a large number of USB AVR models and boards (see \ref Page_DeviceSupport).
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 * Accompanying LUFA in the download package is a set of example demo applications, plus several Bootloaders (DFU, CDC and HID
27 * class) and open source LUFA powered projects.
28 *
29 * <b>Subsections:</b>
30 * - \subpage Page_Licence Project licence
31 * - \subpage Page_Donating Donating to Support this Project
32 * - \subpage Page_LibraryApps Overview of included Demos, Bootloaders and Projects
33 *
34 *
35 * <small><i>Logo design by Pavla Dlab</i></small>
36 */