From 85f39a58c5cc885bd1cb79b357ec570ca04776d3 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 6 Jun 2011 09:51:54 +0000 Subject: [PATCH] Move completed low level Audio Host demos into the LowLevel folder from the Incomplete folder. --- .../AudioInputHost/AudioInputHost.c | 0 .../AudioInputHost/AudioInputHost.h | 0 .../AudioInputHost/ConfigDescriptor.c | 0 .../AudioInputHost/ConfigDescriptor.h | 0 .../Host/{Incomplete => LowLevel}/AudioInputHost/makefile | 0 .../AudioOutputHost/AudioOutputHost.c | 0 .../AudioOutputHost/AudioOutputHost.h | 0 .../AudioOutputHost/ConfigDescriptor.c | 0 .../AudioOutputHost/ConfigDescriptor.h | 0 .../{Incomplete => LowLevel}/AudioOutputHost/makefile | 0 Demos/Host/LowLevel/makefile | 8 ++++++++ LUFA.pnproj | 2 +- LUFA/ManPages/ChangeLog.txt | 6 +++--- 13 files changed, 12 insertions(+), 4 deletions(-) rename Demos/Host/{Incomplete => LowLevel}/AudioInputHost/AudioInputHost.c (100%) rename Demos/Host/{Incomplete => LowLevel}/AudioInputHost/AudioInputHost.h (100%) rename Demos/Host/{Incomplete => LowLevel}/AudioInputHost/ConfigDescriptor.c (100%) rename Demos/Host/{Incomplete => LowLevel}/AudioInputHost/ConfigDescriptor.h (100%) rename Demos/Host/{Incomplete => LowLevel}/AudioInputHost/makefile (100%) rename Demos/Host/{Incomplete => LowLevel}/AudioOutputHost/AudioOutputHost.c (100%) rename Demos/Host/{Incomplete => LowLevel}/AudioOutputHost/AudioOutputHost.h (100%) rename Demos/Host/{Incomplete => LowLevel}/AudioOutputHost/ConfigDescriptor.c (100%) rename Demos/Host/{Incomplete => LowLevel}/AudioOutputHost/ConfigDescriptor.h (100%) rename Demos/Host/{Incomplete => LowLevel}/AudioOutputHost/makefile (100%) diff --git a/Demos/Host/Incomplete/AudioInputHost/AudioInputHost.c b/Demos/Host/LowLevel/AudioInputHost/AudioInputHost.c similarity index 100% rename from Demos/Host/Incomplete/AudioInputHost/AudioInputHost.c rename to Demos/Host/LowLevel/AudioInputHost/AudioInputHost.c diff --git a/Demos/Host/Incomplete/AudioInputHost/AudioInputHost.h b/Demos/Host/LowLevel/AudioInputHost/AudioInputHost.h similarity index 100% rename from Demos/Host/Incomplete/AudioInputHost/AudioInputHost.h rename to Demos/Host/LowLevel/AudioInputHost/AudioInputHost.h diff --git a/Demos/Host/Incomplete/AudioInputHost/ConfigDescriptor.c b/Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.c similarity index 100% rename from Demos/Host/Incomplete/AudioInputHost/ConfigDescriptor.c rename to Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.c diff --git a/Demos/Host/Incomplete/AudioInputHost/ConfigDescriptor.h b/Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.h similarity index 100% rename from Demos/Host/Incomplete/AudioInputHost/ConfigDescriptor.h rename to Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.h diff --git a/Demos/Host/Incomplete/AudioInputHost/makefile b/Demos/Host/LowLevel/AudioInputHost/makefile similarity index 100% rename from Demos/Host/Incomplete/AudioInputHost/makefile rename to Demos/Host/LowLevel/AudioInputHost/makefile diff --git a/Demos/Host/Incomplete/AudioOutputHost/AudioOutputHost.c b/Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.c similarity index 100% rename from Demos/Host/Incomplete/AudioOutputHost/AudioOutputHost.c rename to Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.c diff --git a/Demos/Host/Incomplete/AudioOutputHost/AudioOutputHost.h b/Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.h similarity index 100% rename from Demos/Host/Incomplete/AudioOutputHost/AudioOutputHost.h rename to Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.h diff --git a/Demos/Host/Incomplete/AudioOutputHost/ConfigDescriptor.c b/Demos/Host/LowLevel/AudioOutputHost/ConfigDescriptor.c similarity index 100% rename from Demos/Host/Incomplete/AudioOutputHost/ConfigDescriptor.c rename to Demos/Host/LowLevel/AudioOutputHost/ConfigDescriptor.c diff --git a/Demos/Host/Incomplete/AudioOutputHost/ConfigDescriptor.h b/Demos/Host/LowLevel/AudioOutputHost/ConfigDescriptor.h similarity index 100% rename from Demos/Host/Incomplete/AudioOutputHost/ConfigDescriptor.h rename to Demos/Host/LowLevel/AudioOutputHost/ConfigDescriptor.h diff --git a/Demos/Host/Incomplete/AudioOutputHost/makefile b/Demos/Host/LowLevel/AudioOutputHost/makefile similarity index 100% rename from Demos/Host/Incomplete/AudioOutputHost/makefile rename to Demos/Host/LowLevel/AudioOutputHost/makefile diff --git a/Demos/Host/LowLevel/makefile b/Demos/Host/LowLevel/makefile index 1c40da1a5a..08abaa560e 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 $@ diff --git a/LUFA.pnproj b/LUFA.pnproj index 48ffc9c56f..28f8c19101 100644 --- a/LUFA.pnproj +++ b/LUFA.pnproj @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index d2d3c5d0da..3fe9613c75 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -17,10 +17,10 @@ * - Added board driver support for the Busware TUL board * - Library Applications: * - Added RNDIS device mode to the Webserver project - * - Added new MediaControl project * - Added new incomplete AndroidAccessoryHost Host LowLevel demo - * - Added new incomplete AudioInputHost Host LowLevel demo - * - Added new incomplete AudioOutputHost Host LowLevel demo + * - Added new MediaControl project + * - Added new AudioInputHost Host LowLevel demo + * - Added new AudioOutputHost Host LowLevel demo * * Changed: * - Core: