aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/HID/BootloaderHID.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-04-15 13:51:11 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-04-15 13:51:11 +0000
commit02120ebc38fb14580c1e984b2ad5697d8fff92d0 (patch)
tree3d353c7aa7cc5020140326e8b0312dfb5a24282f /Bootloaders/HID/BootloaderHID.txt
parentc0841d98c5daac365f47f36b626b85632a071812 (diff)
downloadlufa-02120ebc38fb14580c1e984b2ad5697d8fff92d0.tar.gz
lufa-02120ebc38fb14580c1e984b2ad5697d8fff92d0.tar.bz2
lufa-02120ebc38fb14580c1e984b2ad5697d8fff92d0.zip
Minor documentation improvements.
Diffstat (limited to 'Bootloaders/HID/BootloaderHID.txt')
-rw-r--r--Bootloaders/HID/BootloaderHID.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Bootloaders/HID/BootloaderHID.txt b/Bootloaders/HID/BootloaderHID.txt
index a774ab485..d32efeeb7 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 USB1287, and will fit into 2KB of bootloader space for the
+ * 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 BOOT_START and MCU values in the
- * accompanying makefile.
+ * 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.
*
* \section Sec_Installation Driver Installation
*