diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-06-06 09:51:54 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-06-06 09:51:54 +0000 |
commit | 85f39a58c5cc885bd1cb79b357ec570ca04776d3 (patch) | |
tree | 49077de8d7cac1d10d8ce8e6bf48a2373824a24d /Demos/Host | |
parent | 2da2b2d9fb26787efae93c3f3d2862f51887258a (diff) | |
download | lufa-85f39a58c5cc885bd1cb79b357ec570ca04776d3.tar.gz lufa-85f39a58c5cc885bd1cb79b357ec570ca04776d3.tar.bz2 lufa-85f39a58c5cc885bd1cb79b357ec570ca04776d3.zip |
Move completed low level Audio Host demos into the LowLevel folder from the Incomplete folder.
Diffstat (limited to 'Demos/Host')
-rw-r--r-- | Demos/Host/LowLevel/AudioInputHost/AudioInputHost.c (renamed from Demos/Host/Incomplete/AudioInputHost/AudioInputHost.c) | 0 | ||||
-rw-r--r-- | Demos/Host/LowLevel/AudioInputHost/AudioInputHost.h (renamed from Demos/Host/Incomplete/AudioInputHost/AudioInputHost.h) | 0 | ||||
-rw-r--r-- | Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.c (renamed from Demos/Host/Incomplete/AudioInputHost/ConfigDescriptor.c) | 0 | ||||
-rw-r--r-- | Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.h (renamed from Demos/Host/Incomplete/AudioInputHost/ConfigDescriptor.h) | 0 | ||||
-rw-r--r-- | Demos/Host/LowLevel/AudioInputHost/makefile (renamed from Demos/Host/Incomplete/AudioInputHost/makefile) | 0 | ||||
-rw-r--r-- | Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.c (renamed from Demos/Host/Incomplete/AudioOutputHost/AudioOutputHost.c) | 0 | ||||
-rw-r--r-- | Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.h (renamed from Demos/Host/Incomplete/AudioOutputHost/AudioOutputHost.h) | 0 | ||||
-rw-r--r-- | Demos/Host/LowLevel/AudioOutputHost/ConfigDescriptor.c (renamed from Demos/Host/Incomplete/AudioOutputHost/ConfigDescriptor.c) | 0 | ||||
-rw-r--r-- | Demos/Host/LowLevel/AudioOutputHost/ConfigDescriptor.h (renamed from Demos/Host/Incomplete/AudioOutputHost/ConfigDescriptor.h) | 0 | ||||
-rw-r--r-- | Demos/Host/LowLevel/AudioOutputHost/makefile (renamed from Demos/Host/Incomplete/AudioOutputHost/makefile) | 0 | ||||
-rw-r--r-- | Demos/Host/LowLevel/makefile | 8 |
11 files changed, 8 insertions, 0 deletions
diff --git a/Demos/Host/Incomplete/AudioInputHost/AudioInputHost.c b/Demos/Host/LowLevel/AudioInputHost/AudioInputHost.c index e364b7bca..e364b7bca 100644 --- a/Demos/Host/Incomplete/AudioInputHost/AudioInputHost.c +++ b/Demos/Host/LowLevel/AudioInputHost/AudioInputHost.c diff --git a/Demos/Host/Incomplete/AudioInputHost/AudioInputHost.h b/Demos/Host/LowLevel/AudioInputHost/AudioInputHost.h index e3952329d..e3952329d 100644 --- a/Demos/Host/Incomplete/AudioInputHost/AudioInputHost.h +++ b/Demos/Host/LowLevel/AudioInputHost/AudioInputHost.h diff --git a/Demos/Host/Incomplete/AudioInputHost/ConfigDescriptor.c b/Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.c index 589012aaa..589012aaa 100644 --- a/Demos/Host/Incomplete/AudioInputHost/ConfigDescriptor.c +++ b/Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.c diff --git a/Demos/Host/Incomplete/AudioInputHost/ConfigDescriptor.h b/Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.h index 4a1cf9093..4a1cf9093 100644 --- a/Demos/Host/Incomplete/AudioInputHost/ConfigDescriptor.h +++ b/Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.h diff --git a/Demos/Host/Incomplete/AudioInputHost/makefile b/Demos/Host/LowLevel/AudioInputHost/makefile index 6febc161d..6febc161d 100644 --- a/Demos/Host/Incomplete/AudioInputHost/makefile +++ b/Demos/Host/LowLevel/AudioInputHost/makefile diff --git a/Demos/Host/Incomplete/AudioOutputHost/AudioOutputHost.c b/Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.c index 15d00c0e1..15d00c0e1 100644 --- a/Demos/Host/Incomplete/AudioOutputHost/AudioOutputHost.c +++ b/Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.c diff --git a/Demos/Host/Incomplete/AudioOutputHost/AudioOutputHost.h b/Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.h index 4772bb3ea..4772bb3ea 100644 --- a/Demos/Host/Incomplete/AudioOutputHost/AudioOutputHost.h +++ b/Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.h diff --git a/Demos/Host/Incomplete/AudioOutputHost/ConfigDescriptor.c b/Demos/Host/LowLevel/AudioOutputHost/ConfigDescriptor.c index 30b50c681..30b50c681 100644 --- a/Demos/Host/Incomplete/AudioOutputHost/ConfigDescriptor.c +++ b/Demos/Host/LowLevel/AudioOutputHost/ConfigDescriptor.c diff --git a/Demos/Host/Incomplete/AudioOutputHost/ConfigDescriptor.h b/Demos/Host/LowLevel/AudioOutputHost/ConfigDescriptor.h index c952a2813..c952a2813 100644 --- a/Demos/Host/Incomplete/AudioOutputHost/ConfigDescriptor.h +++ b/Demos/Host/LowLevel/AudioOutputHost/ConfigDescriptor.h diff --git a/Demos/Host/Incomplete/AudioOutputHost/makefile b/Demos/Host/LowLevel/AudioOutputHost/makefile index 2a9e8d03a..2a9e8d03a 100644 --- a/Demos/Host/Incomplete/AudioOutputHost/makefile +++ b/Demos/Host/LowLevel/AudioOutputHost/makefile diff --git a/Demos/Host/LowLevel/makefile b/Demos/Host/LowLevel/makefile index 1c40da1a5..08abaa560 100644 --- a/Demos/Host/LowLevel/makefile +++ b/Demos/Host/LowLevel/makefile @@ -14,6 +14,12 @@ # code. all: + $(MAKE) -C AudioInputHost clean + $(MAKE) -C AudioInputHost all + + $(MAKE) -C AudioOutputHost clean + $(MAKE) -C AudioOutputHost all + $(MAKE) -C GenericHIDHost clean $(MAKE) -C GenericHIDHost all @@ -48,6 +54,8 @@ all: $(MAKE) -C VirtualSerialHost all %: + $(MAKE) -C AudioInputHost $@ + $(MAKE) -C AudioOutputHost $@ $(MAKE) -C GenericHIDHost $@ $(MAKE) -C JoystickHostWithParser $@ $(MAKE) -C KeyboardHost $@ |