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.
7 /** \mainpage Teensy HID Class USB AVR Bootloader
9 * \section SSec_Info USB Information:
11 * The following table gives a rundown of the USB utilization of this demo.
15 * <td><b>USB Mode:</b></td>
19 * <td><b>USB Class:</b></td>
20 * <td>Human Interface Device Class (HID)</td>
23 * <td><b>USB Subclass:</b></td>
27 * <td><b>Relevant Standards:</b></td>
28 * <td>USBIF HID Class Standard</td>
29 * <td>Teensy Programming Protocol Details</td>
32 * <td><b>Usable Speeds:</b></td>
33 * <td>Low Speed Mode</td>
34 * <td>Full Speed Mode</td>
38 * \section SSec_Description Project Description:
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/.
43 * Out of the box this bootloader builds for the USB162, and will fit into 2KB of bootloader space.
45 * This spoofs (with permission) the offical Teensy bootloader's VID and PID, so that the software remains
46 * compatible with no changes.
48 * \section SSec_Options Project Options
50 * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.