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 CDC Class USB AVR Bootloader
9 * This bootloader enumerates to the host as a CDC Class device (virtual serial port), allowing for AVR109
10 * protocol compatible programming software to load firmware onto the AVR.
12 * Out of the box this bootloader builds for the USB1287, and will fit into 4KB of bootloader space. If
13 * you wish to enlarge this space and/or change the AVR model, you will need to edit the BOOT_START and MCU
14 * values in the accompanying makefile.
16 * This bootloader is compatible with the open source application AVRDUDE, or Atmel's AVRPROG.
20 * <td><b>USB Mode:</b></td>
24 * <td><b>USB Class:</b></td>
25 * <td>Communications Device Class (CDC)</td>
28 * <td><b>USB Subclass:</b></td>
29 * <td>Abstract Control Model (ACM)</td>
32 * <td><b>Relevant Standards:</b></td>
33 * <td>USBIF CDC Class Standard</td>
36 * <td><b>Usable Speeds:</b></td>
37 * <td>Full Speed Mode</td>