Fixed TeensyHID bootloader not enumerating to the host correctly.

This commit is contained in:
Dean Camera 2009-12-20 12:09:22 +00:00
parent b408a5fe62
commit 77cd3a42a7
5 changed files with 46 additions and 50 deletions

View file

@ -60,7 +60,7 @@
# MCU name
MCU = at90usb162
MCU = atmega32u4
# Target board (see library "Board Types" documentation, USER or blank for projects not requiring
@ -98,7 +98,7 @@ F_CLOCK = $(F_CPU)
# Starting byte address of the bootloader
BOOT_START = 0xC000
BOOT_START = 0x7000
# Output format. (can be srec, ihex, binary)
@ -121,7 +121,6 @@ LUFA_PATH = ../..
# LUFA library compile-time options
LUFA_OPTS = -D USB_DEVICE_ONLY
LUFA_OPTS += -D CONTROL_ONLY_DEVICE
LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR=0
LUFA_OPTS += -D FIXED_CONTROL_ENDPOINT_SIZE=8
LUFA_OPTS += -D FIXED_NUM_CONFIGURATIONS=1