projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add missing AS4 and project description files to the new Audio Host demos.
[pub/USBasp.git]
/
Demos
/
Host
/
ClassDriver
/
AudioOutputHost
/
makefile
diff --git
a/Demos/Host/ClassDriver/AudioOutputHost/makefile
b/Demos/Host/ClassDriver/AudioOutputHost/makefile
index
338590c
..
76bf2ca
100644
(file)
--- a/
Demos/Host/ClassDriver/AudioOutputHost/makefile
+++ b/
Demos/Host/ClassDriver/AudioOutputHost/makefile
@@
-123,6
+123,9
@@
LUFA_PATH = ../../../..
LUFA_OPTS = -D USB_HOST_ONLY
\r
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
\r
\r
LUFA_OPTS = -D USB_HOST_ONLY
\r
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
\r
\r
+LUFA_OPTS += -D MICROPHONE_BIASED_TO_HALF_RAIL
\r
+LUFA_OPTS += -D USE_TEST_TONE
\r
+
\r
\r
# Create the LUFA source path variables by including the LUFA root makefile
\r
include $(LUFA_PATH)/LUFA/makefile
\r
\r
# Create the LUFA source path variables by including the LUFA root makefile
\r
include $(LUFA_PATH)/LUFA/makefile
\r