Fixed GenericHIDHost demo report write routine incorrect for control type requests...
[pub/USBasp.git] / Bootloaders / TeensyHID / TeensyHID.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 /** \mainpage Teensy HID Class USB AVR Bootloader
8 *
9 * \section SSec_Info USB Information:
10 *
11 * The following table gives a rundown of the USB utilization of this demo.
12 *
13 * <table>
14 * <tr>
15 * <td><b>USB Mode:</b></td>
16 * <td>Device</td>
17 * </tr>
18 * <tr>
19 * <td><b>USB Class:</b></td>
20 * <td>Human Interface Device Class (HID)</td>
21 * </tr>
22 * <tr>
23 * <td><b>USB Subclass:</b></td>
24 * <td>N/A</td>
25 * </tr>
26 * <tr>
27 * <td><b>Relevant Standards:</b></td>
28 * <td>USBIF HID Class Standard</td>
29 * <td>Teensy Programming Protocol Details</td>
30 * </tr>
31 * <tr>
32 * <td><b>Usable Speeds:</b></td>
33 * <td>Low Speed Mode</td>
34 * <td>Full Speed Mode</td>
35 * </tr>
36 * </table>
37 *
38 * \section SSec_Description Project Description:
39 *
40 * This bootloader enumerates to the host as a HID Class device, allowing for Teensy compatible programming
41 * software to load firmware onto the AVR, such as the official software at http://www.pjrc.com/teensy/.
42 *
43 * Out of the box this bootloader builds for the USB162, and will fit into 2KB of bootloader space.
44 *
45 * This spoofs (with permission) the offical Teensy bootloader's VID and PID, so that the software remains
46 * compatible with no changes.
47 *
48 * \section SSec_Options Project Options
49 *
50 * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.
51 *
52 * <table>
53 * <tr>
54 * <td>
55 * None
56 * </td>
57 * </tr>
58 * </table>
59 */