From 288212e19a9341788772afcc0fb02d8240e5ffcc Mon Sep 17 00:00:00 2001 From: Jenna Fox Date: Sun, 23 Sep 2012 19:35:41 +1000 Subject: Giving up on HID - looks like OS wants to poll it which wont work with frozen writing/erasing chip, so going to make custom usb class mini bootloader based on this. This is the last commit where there was something which might be adaptable in to a hid driver --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/Makefile') diff --git a/firmware/Makefile b/firmware/Makefile index bbb4d67..bc6ab7f 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -149,7 +149,7 @@ CFLAGS = -Wall -Os -fno-move-loop-invariants -fno-tree-scev-cprop -fno-inline-sm LDFLAGS = -Wl,--relax,--gc-sections -Wl,--section-start=.text=$(BOOTLOADER_ADDRESS),-Map=main.map OBJECTS = usbdrv/usbdrvasm.o main.o -OBJECTS += libs-device/osccal.o +#### OBJECTS += libs-device/osccal.o # symbolic targets: all: main.hex -- cgit v1.2.3