aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/HID/BootloaderHID.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-04-18 18:59:40 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-04-18 18:59:40 +0000
commit1ab76048c9c727a588a0cc0fab285222b5916df5 (patch)
tree20112dede85e3f2a27aabcef2087ed64c87cd94a /Bootloaders/HID/BootloaderHID.txt
parentb42642a5d6011f84422d338e38a2bfca46ed3ee8 (diff)
downloadlufa-1ab76048c9c727a588a0cc0fab285222b5916df5.tar.gz
lufa-1ab76048c9c727a588a0cc0fab285222b5916df5.tar.bz2
lufa-1ab76048c9c727a588a0cc0fab285222b5916df5.zip
Alter the bootloader section sizes to all be 8KB, to be in line with the default AT90USB1287 fuses, as that is the default target MCU. Add instructions to the documentation to clarify this for the user (thanks to Georg Glock).
Diffstat (limited to 'Bootloaders/HID/BootloaderHID.txt')
-rw-r--r--Bootloaders/HID/BootloaderHID.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Bootloaders/HID/BootloaderHID.txt b/Bootloaders/HID/BootloaderHID.txt
index d32efeeb7..f6c084d65 100644
--- a/Bootloaders/HID/BootloaderHID.txt
+++ b/Bootloaders/HID/BootloaderHID.txt
@@ -51,10 +51,10 @@
* from PJRC (used with permission). This bootloader is deliberatley non-compatible with the properietary PJRC
* HalfKay bootloader GUI; only the command line interface software accompanying this bootloader will work with it.
*
- * Out of the box this bootloader builds for the AT90USB1287, and will fit into 2KB of bootloader space for the
- * Series 2 USB AVRs (ATMEGAxxU2, AT90USBxx2) or 4KB of bootloader space for all other models. If you wish to
- * enlarge this space and/or change the AVR model, you will need to edit the MCU, FLASH_SIZE_KB and
- * BOOT_SECTION_SIZE_KB values in the accompanying makefile.
+ * Out of the box this bootloader builds for the AT90USB1287 with an 8KB bootloader section size, and will fit
+ * into 2KB of bootloader space for the Series 2 USB AVRs (ATMEGAxxU2, AT90USBxx2) or 4KB of bootloader space for
+ * all other models. If you wish to alter this size and/or change the AVR model, you will need to edit the MCU,
+ * FLASH_SIZE_KB and BOOT_SECTION_SIZE_KB values in the accompanying makefile.
*
* \section Sec_Installation Driver Installation
*