aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/TeensyHID/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-06 02:06:12 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-06 02:06:12 +0000
commit298592383ad2a98922064a0d183390e896856483 (patch)
treef09ed904cb4954e5c86c1a8c6b45cae519faa55e /Bootloaders/TeensyHID/makefile
parentfc31973daffea3506051ce51a5f79383ce0867d6 (diff)
downloadlufa-298592383ad2a98922064a0d183390e896856483.tar.gz
lufa-298592383ad2a98922064a0d183390e896856483.tar.bz2
lufa-298592383ad2a98922064a0d183390e896856483.zip
Fixed TeensyHID bootloader so that it works with the official TeensyLoader GUI application with all supported AVR models.
Diffstat (limited to 'Bootloaders/TeensyHID/makefile')
-rw-r--r--Bootloaders/TeensyHID/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bootloaders/TeensyHID/makefile b/Bootloaders/TeensyHID/makefile
index 404b55f9c..0d12374b5 100644
--- a/Bootloaders/TeensyHID/makefile
+++ b/Bootloaders/TeensyHID/makefile
@@ -48,7 +48,7 @@
# MCU name
-MCU = atmega32u4
+MCU = at90usb1287
# Target board (see library "Board Types" documentation, NONE for projects not requiring
@@ -86,7 +86,7 @@ F_CLOCK = $(F_CPU)
# Starting byte address of the bootloader
-BOOT_START = 0x7000
+BOOT_START = 0x1e000
# Output format. (can be srec, ihex, binary)