aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host
diff options
context:
space:
mode:
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/makefile8
11 files changed, 8 insertions, 0 deletions
diff --git a/Demos/Host/Incomplete/AudioInputHost/AudioInputHost.c b/Demos/Host/LowLevel/AudioInputHost/AudioInputHost.c
index e364b7bc..e364b7bc 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 e3952329..e3952329 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 589012aa..589012aa 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 4a1cf909..4a1cf909 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 6febc161..6febc161 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 15d00c0e..15d00c0e 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 4772bb3e..4772bb3e 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 30b50c68..30b50c68 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 c952a281..c952a281 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 2a9e8d03..2a9e8d03 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 1c40da1a..08abaa56 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 $@