diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-26 09:58:43 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-26 09:58:43 +0000 |
| commit | 7f4b870aa3ec478961ed16c66fd4f4522f6cfbd6 (patch) | |
| tree | af19541b036148bfe72ff42e6166802a71f11e80 /Demos/Host/ClassDriver/makefile | |
| parent | 066f3500ee26c44755422c43c22623139ca24c08 (diff) | |
Optimize vendor/product description string display code in MassStorageHost.
Remove all Host mode class demos other than the CDCHost class driver demo, so that they can be re-added as they are made once the host mode class framework is designed.
Fixed USB_Host_SendControlRequest() not re-suspending the USB bus when initial device ready-wait fails.
Fixed USB Pad regulator not being disabled on some AVR models when the USB_OPT_REG_DISABLED option is used.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@632 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/ClassDriver/makefile')
| -rw-r--r-- | Demos/Host/ClassDriver/makefile | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/Demos/Host/ClassDriver/makefile b/Demos/Host/ClassDriver/makefile deleted file mode 100644 index 82661fff..00000000 --- a/Demos/Host/ClassDriver/makefile +++ /dev/null @@ -1,46 +0,0 @@ -# -# LUFA Library -# Copyright (C) Dean Camera, 2009. -# -# dean [at] fourwalledcubicle [dot] com -# www.fourwalledcubicle.com -# - -# Makefile to build all the LUFA Host Demos. Call with "make all" to -# rebuild all Host demos. - -# Projects are pre-cleaned before each one is built, to ensure any -# custom LUFA library build options are reflected in the compiled -# code. - -all: - make -C CDCHost clean - make -C CDCHost all - - make -C GenericHIDHost clean - make -C GenericHIDHost all - - make -C KeyboardHost clean - make -C KeyboardHost all - - make -C MassStorageHost clean - make -C MassStorageHost all - - make -C MouseHost clean - make -C MouseHost all - - make -C MouseHostWithParser clean - make -C MouseHostWithParser all - - make -C StillImageHost clean - make -C StillImageHost all - -%: - make -C CDCHost $@ - make -C GenericHIDHost $@ - make -C KeyboardHost $@ - make -C KeyboardHostWithParser $@ - make -C MassStorageHost $@ - make -C MouseHost $@ - make -C MouseHostWithParser $@ - make -C StillImageHost $@ |
