Add start of a SDP service table, which will be linked to the Bluetooth SDP code.
[pub/USBasp.git] / Bootloaders / DFU / BootloaderDFU.txt
index ca2f165..2ca771c 100644 (file)
@@ -8,16 +8,12 @@
  *\r
  *  \section SSec_Compat Demo Compatibility:\r
  *\r
- *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *  The following list 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
+ *  - Series 7 USB AVRs\r
+ *  - Series 6 USB AVRs\r
+ *  - Series 4 USB AVRs\r
+ *  - Series 2 USB AVRs (Excluding the 8KB FLASH variants)\r
  *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  software to load firmware onto the AVR.\r
  *  \r
  *  This bootloader is compatible with Atmel's FLIP application. However, it requires the use of Atmel's\r
- *  DFU drivers. You will need to install Atmel's DFU drivers prior to using this bootloader.\r
+ *  DFU drivers. You will need to install Atmel's DFU drivers prior to using this bootloader. If you are\r
+ *  using a 64 bit Windows OS, you will need to either disable the driver signing requirement (see online\r
+ *  tutorials for details) or use a digitally signed version of the official Atmel driver provided by a\r
+ *  third party AVR user at\r
+ *  <a>http://www.avrfreaks.net/index.php?module=Freaks%20Academy&func=viewItem&item_id=2196&item_type=project</a>.\r
  *  \r
  *  As an open-source option, this bootloader is also compatible with the Linux Atmel USB DFU Programmer\r
- *  software, available for download at http://sourceforge.net/projects/dfu-programmer/.\r
+ *  software, available for download at <a>http://sourceforge.net/projects/dfu-programmer/</a>.\r
  *  \r
  *  If SECURE_MODE is defined as true, upon start-up the bootloader will be locked, with only the chip erase\r
  *  function available (similar to Atmel's DFU bootloader). If SECURE_MODE is defined as false, all functions \r