From e650b85ca58eeb795ba851227e2474576e0f18a1 Mon Sep 17 00:00:00 2001 From: Zach Eveland Date: Thu, 19 Jan 2012 21:18:07 -0500 Subject: changed fuses to select 4k bootloader for LUFA-based Caterina --- bootloaders/caterina_LUFA/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bootloaders') diff --git a/bootloaders/caterina_LUFA/makefile b/bootloaders/caterina_LUFA/makefile index 473dd77..a647af0 100755 --- a/bootloaders/caterina_LUFA/makefile +++ b/bootloaders/caterina_LUFA/makefile @@ -58,7 +58,7 @@ ARCH = AVR8 # Target board (see library "Board Types" documentation, NONE for projects not requiring # LUFA board drivers). If USER is selected, put custom board drivers in a directory called # "Board" inside the application directory. -BOARD = USBKEY +BOARD = USER # Processor frequency. @@ -354,7 +354,7 @@ LDFLAGS += $(PRINTF_LIB) $(SCANF_LIB) $(MATH_LIB) # Type: avrdude -c ? # to get a full listing. # -AVRDUDE_PROGRAMMER = jtagmkII +AVRDUDE_PROGRAMMER = avrispmkII # com1 = serial port. Use lpt1 to connect to parallel port. AVRDUDE_PORT = usb @@ -424,7 +424,7 @@ OBJDUMP = avr-objdump SIZE = avr-size AR = avr-ar rcs NM = avr-nm -AVRDUDE = avrdude +AVRDUDE = /Applications/avrdude -C /Applications/avrdude.conf REMOVE = rm -f REMOVEDIR = rm -rf COPY = cp -- cgit v1.2.3-18-g5258