From 1f1d0710f379a8b08ef646cbadb63d92c35e47fb Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 9 Jun 2011 04:08:03 +0000 Subject: Add new Audio Class Driver Host demos. Fix errors in the new Audio Host mode Class Driver, which would have prevented data from being sent or received properly by the device. Add microphone/square wave generation compile time switch to the Low Level AudioOutput Host demo. --- LUFA/ManPages/LibraryApps.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'LUFA/ManPages') diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt index 354ccb306..e3f20f51c 100644 --- a/LUFA/ManPages/LibraryApps.txt +++ b/LUFA/ManPages/LibraryApps.txt @@ -66,6 +66,8 @@ * Measurement class * - Host * - ClassDriver + * - AudioInputHost - Audio Input host demo, using the library USB Audio Class driver framework + * - AudioOutputHost - Audio Output host demo, using the library USB Audio Class driver framework * - JoystickHostWithParser - Joystick host demo with HID Descriptor parser, using the library USB HID Class driver framework * - KeyboardHost - USB Keyboard host demo, using the library USB HID Class driver framework * - KeyboardHostWithParser - USB Keyboard host demo with HID Descriptor parser, using the library USB HID Class @@ -77,8 +79,8 @@ * - StillImageHost - Still Image Camera host demo, using the library USB Still Image Class driver framework * - VirtualSerialHost - Virtual Serial Port host demo, using the library USB CDC Class driver framework * - LowLevel - * - AudioInputHost - Incomplete Audio Input host demo, using the low level LUFA APIs to implement a USB microphone host - * - AudioOutputHost - Incomplete Audio Output host demo, using the low level LUFA APIs to implement a USB speaker host + * - AudioInputHost - Audio Input host demo, using the low level LUFA APIs to implement the USB Audio class + * - AudioOutputHost - Audio Output host demo, using the low level LUFA APIs to implement the USB Audio class * - GenericHIDHost - Generic HID host demo, using the low level LUFA APIs to implement the USB HID class * - JoystickHostWithParser - Joystick host demo with HID Descriptor parser, using the low level LUFA APIs to implement * the USB HID class -- cgit v1.2.3