summaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorJenna Fox <a@creativepony.com>2012-09-23 19:35:41 +1000
committerJenna Fox <a@creativepony.com>2012-09-23 19:35:41 +1000
commit288212e19a9341788772afcc0fb02d8240e5ffcc (patch)
tree2caa021f8fa8a9dd14ef3511341d5f7052826e05 /firmware/Makefile
parent41b3fdbb95bc6751d00b5c8b9aef61d0a5ec6697 (diff)
downloadmicronucleus-288212e19a9341788772afcc0fb02d8240e5ffcc.tar.gz
micronucleus-288212e19a9341788772afcc0fb02d8240e5ffcc.tar.bz2
micronucleus-288212e19a9341788772afcc0fb02d8240e5ffcc.zip
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
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
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