Combined Keyboad and Mouse normal and interrupt driven host demos into unified Keyboard and Mouse host demos.

This commit is contained in:
Dean Camera 2009-03-20 05:39:15 +00:00
parent ee7bd5685e
commit ecf7538430
29 changed files with 200 additions and 5930 deletions

View file

@ -177,7 +177,6 @@ CDEFS = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD)
CDEFS += -DUSE_NONSTANDARD_DESCRIPTOR_NAMES -DNO_STREAM_CALLBACKS -DUSB_DEVICE_ONLY
CDEFS += -DUSE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
# Place -D or -U options here for ASM sources
ADEFS = -DF_CPU=$(F_CPU)