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  * 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/.
 
  12  * Out of the box this bootloader builds for the USB162, and will fit into 2KB of bootloader space.
 
  14  * This spoofs (with permission) the offical Teensy bootloader's VID and PID, so that the software remains
 
  15  * compatible with no changes.
 
  19  *   <td><b>USB Mode:</b></td>
 
  23  *   <td><b>USB Class:</b></td>
 
  24  *   <td>Human Interface Device Class (HID)</td>
 
  27  *   <td><b>USB Subclass:</b></td>
 
  31  *   <td><b>Relevant Standards:</b></td>
 
  32  *   <td>USBIF HID Class Standard</td>
 
  33  *   <td>Teensy Programming Protocol Details</td>
 
  36  *   <td><b>Usable Speeds:</b></td>
 
  37  *   <td>Low Speed Mode</td>
 
  38  *   <td>Full Speed Mode</td>