From d7d7596924d7ec57d4f18df132cf2fd1b0963e11 Mon Sep 17 00:00:00 2001 From: Dean Date: Wed, 18 Apr 2012 18:59:40 +0000 Subject: 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). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2169 d5102386-fcda-11dd-9fdb-3debd5008f28 --- Bootloaders/CDC/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bootloaders/CDC/makefile') diff --git a/Bootloaders/CDC/makefile b/Bootloaders/CDC/makefile index 066fb888..a92172d5 100644 --- a/Bootloaders/CDC/makefile +++ b/Bootloaders/CDC/makefile @@ -95,7 +95,7 @@ F_USB = $(F_CPU) # Note that the bootloader size and start address given in AVRStudio is in words and not # bytes, and so will need to be doubled to obtain the byte address needed by AVR-GCC. FLASH_SIZE_KB = 128 -BOOT_SECTION_SIZE_KB = 4 +BOOT_SECTION_SIZE_KB = 8 # Formulas used to calculate the starting address of the Bootloader section, and the User Application -- cgit v1.2.3