Add new MouseHost Class Driver demo, unfinished, to allow for better testing of the...
[pub/lufa.git] / Bootloaders / DFU / BootloaderDFU.txt
index eb6495e..ca2f165 100644 (file)
@@ -6,6 +6,19 @@
  \r
 /** \mainpage DFU Class USB AVR Bootloader\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *        erase has been performed. This can be used in conjunction with the AVR's lockbits to prevent the AVRs firmware from\r
  *        being dumped by unauthorized persons.</td>\r
  *   </tr>\r
- *   <tr>\r
- *    <td>SIGNATURE_0, SIGNATURE_1, SIGNATURE_2</td>\r
- *    <td>Makefile CDEFS</td>\r
- *    <td>AVR part signature bytes. These are normally defined as part of the AVR device header files in recent avr-libc\r
- *        distributions. If your avr-libc library is out of date and does not define these values, you can define them\r
- *        manually in the makefile CDEFS.</td>\r
- *   </tr>\r
  *  </table>\r
  */\r