From 706ffa9f3b986eff193377142459fbfde2362036 Mon Sep 17 00:00:00 2001 From: laforge Date: Fri, 22 Sep 2006 21:41:22 +0000 Subject: - move large rctx definitions to req_ctx.h - add more fine-grained debugging macros in pcd_enumarate.c - resolve race conditions between main-loop ep_refill and irq-triggered ep_refill by adding one irq-[b]locking variant - consolidate endpoint reset code into reset_ep() - add code to handle correct transmission and reception of usb transfers larger than endpoint size - use new jump address (0x104000) in DFU Cstartup.S - move main_usb to pcd subdirectory - fix include/compile.h make dependencies - make usb benchmark code use new large req_ctx git-svn-id: https://svn.openpcd.org:2342/trunk@219 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- firmware/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/Makefile') diff --git a/firmware/Makefile b/firmware/Makefile index 31e7cc5..bc7bd8a 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -492,7 +492,7 @@ $(COBJ) : %.o : %.c $(CC) -c $(ALL_CFLAGS) $(CONLYFLAGS) $< -o $@ # Compile: create object files from C source files. ARM-only -$(COBJARM) : %.o : %.c +$(COBJARM) : %.o : %.c include/compile.h @echo @echo $(MSG_COMPILING_ARM) $< $(CC) -c $(ALL_CFLAGS) $(CONLYFLAGS) $< -o $@ @@ -517,7 +517,7 @@ $(CPPOBJARM) : %.o : %.cpp # Assemble: create object files from assembler source files. ARM/Thumb -$(AOBJ) : %.o : %.S +$(AOBJ) : %.o : %.S @echo @echo $(MSG_ASSEMBLING) $< $(CC) -c $(ALL_ASFLAGS) $< -o $@ -- cgit v1.2.3