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: