Removed the automated checking of event names in the demo, project and bootloader makefiles due to inconsistancies between the behaviour of the command line tools used to perform the check on each platform.

Removed the internal endpoint and pipe memory allocation macros, as this is already performed directly in the code. Simplify the endpoint and pipe reset procedure.
This commit is contained in:
Dean Camera 2010-07-15 16:45:26 +00:00
parent dfe50ff349
commit f4710f6f86
74 changed files with 411 additions and 1198 deletions

View file

@ -701,9 +701,9 @@ clean_list:
$(REMOVE) $(SRC:.c=.s)
$(REMOVE) $(SRC:.c=.d)
$(REMOVE) $(SRC:.c=.i)
$(REMOVE) InvalidEvents.tmp
$(REMOVEDIR) .dep
doxygen:
@echo Generating Project Documentation...
@doxygen Doxygen.conf
@ -721,9 +721,8 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
# Listing of phony targets.
.PHONY : all checkinvalidevents showliboptions \
showtarget begin finish end sizebefore sizeafter \
gccversion build elf hex eep lss sym coff extcoff \
program dfu flip flip-ee dfu-ee clean debug \
clean_list clean_binary clean_doxygen gdb-config \
doxygen
.PHONY : all showliboptions showtarget begin \
finish end sizebefore sizeafter gccversion build \
elf hex eep lss sym coff extcoff program dfu flip \
flip-ee dfu-ee clean debug clean_list clean_binary \
clean_doxygen gdb-config doxygen