Make CDC class bootloader hard-reset the AVR when exited instead of a soft-reset...
[pub/lufa.git] / Bootloaders / TeensyHID / TeensyHID.txt
index 9dac8f5..1034c1c 100644 (file)
@@ -13,7 +13,7 @@
  *  - AT90USB162 (Teensy 1.0)\r
  *  - AT90USB646 (Teensy++ 1.0)\r
  *  - ATMEGA32U4 (Teensy 2.0)\r
- *  - AT90USB1287 (Teensy++ 2.0)\r
+ *  - AT90USB1286 (Teensy++ 2.0)\r
  *\r
  *  \section SSec_Info USB Information:\r
  *\r
@@ -51,7 +51,9 @@
  *  \r
  * Out of the box this bootloader builds for the ATMEGA32U4, and will fit into 2-4KB of bootloader space. For other\r
  * devices, the makefile will need to be updated to reflect the altered MCU model and bootloader start address. When\r
- * calculating the bootloader start address, use (TARGET_FLASH_SIZE_BYTES - 4096).\r
+ * calculating the bootloader start address, use (TARGET_FLASH_SIZE_BYTES - 4096) for targets where the bootloader\r
+ * compiles larger than 2KB, or (TARGET_FLASH_SIZE_BYTES - 2048) for smaller targets where the bootloader compiles\r
+ * under 2KB.\r
  *\r
  * This spoofs (with permission) the official Teensy bootloader's VID and PID, so that the software remains\r
  * compatible with no changes.\r