Changed stream wait timeout counter to be 16-bit, so that very long timeout periods...
[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 * This bootloader enumerates to the host as a HID Class device, allowing for Teensy compatible programming
10 * software to load firmware onto the AVR, such as the official software at http://www.pjrc.com/teensy/.
11 *
12 * Out of the box this bootloader builds for the USB162, and will fit into 2KB of bootloader space.
13 *
14 * This spoofs (with permission) the offical Teensy bootloader's VID and PID, so that the software remains
15 * compatible with no changes.
16 *
17 * <table>
18 * <tr>
19 * <td><b>USB Mode:</b></td>
20 * <td>Device</td>
21 * </tr>
22 * <tr>
23 * <td><b>USB Class:</b></td>
24 * <td>Human Interface Device Class (HID)</td>
25 * </tr>
26 * <tr>
27 * <td><b>USB Subclass:</b></td>
28 * <td>N/A</td>
29 * </tr>
30 * <tr>
31 * <td><b>Relevant Standards:</b></td>
32 * <td>USBIF HID Class Standard</td>
33 * <td>Teensy Programming Protocol Details</td>
34 * </tr>
35 * <tr>
36 * <td><b>Usable Speeds:</b></td>
37 * <td>Low Speed Mode</td>
38 * <td>Full Speed Mode</td>
39 * </tr>
40 * </table>
41 */