aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/LibraryApps.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-06-01 14:10:35 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-06-01 14:10:35 +0000
commit6d2a08f1b77208de1f71dd4035d21f13e3f90462 (patch)
tree33bd7928495328c8df90700547df636bb54636d3 /LUFA/ManPages/LibraryApps.txt
parent68468e0aea1c5b95c4b0d6277063863099c9ba21 (diff)
downloadlufa-6d2a08f1b77208de1f71dd4035d21f13e3f90462.tar.gz
lufa-6d2a08f1b77208de1f71dd4035d21f13e3f90462.tar.bz2
lufa-6d2a08f1b77208de1f71dd4035d21f13e3f90462.zip
Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA8U2.
Minor documentation cleanups. Modify the incomplete AudioInputHost demo for mono audio output.
Diffstat (limited to 'LUFA/ManPages/LibraryApps.txt')
-rw-r--r--LUFA/ManPages/LibraryApps.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt
index 2032edf5d..3b44aa6db 100644
--- a/LUFA/ManPages/LibraryApps.txt
+++ b/LUFA/ManPages/LibraryApps.txt
@@ -92,6 +92,8 @@
* - <b>StillImageHost</b> - Still Image Camera host demo, using the low level LUFA APIs to implement the USB Still Image class
* - <b>VirtualSerialHost</b> - Virtual Serial Port host demo, using the low level LUFA APIs to implement the USB CDC class
* - <b>Incomplete</b>
+ * - <b>AudioInputHost</b> - Incomplete Audio Input host demo, using the low level LUFA APIs to implement a USB microphone host
+ * - <b>AudioOutputHost</b> - Incomplete Audio Output host demo, using the low level LUFA APIs to implement a USB speaker host
* - <b>BluetoothHost</b> - Incomplete Bluetooth host demo, using the low level LUFA APIs to implement the USB Bluetooth class
* - <b>DualRole</b>
* - <b>ClassDriver</b>