From 8b5aa616013811faf53fb5c1f2fdb819dd671b36 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 24 Nov 2011 01:24:01 +0000 Subject: Add new Android Open Accessory class driver to the library core and add a new Android Open Accessory Host ClassDriver demo. --- LUFA/DoxygenPages/ChangeLog.txt | 1 + LUFA/DoxygenPages/FutureChanges.txt | 1 + LUFA/DoxygenPages/LibraryApps.txt | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'LUFA/DoxygenPages') diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index a6876520e..6ac480446 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -12,6 +12,7 @@ * - Added support for the XMEGA A3BU Xplained board * - Added support for the new B series XMEGA devices * - Added support for version 2 of the Teensy boards (thanks to Christoph Redecker) + * - Added new Android Accessory Host class driver * - Library Applications: * - Added User Application APIs to the CDC and DFU class bootloaders * - Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project (thanks to Chuck Rohs) diff --git a/LUFA/DoxygenPages/FutureChanges.txt b/LUFA/DoxygenPages/FutureChanges.txt index 438e14a47..9664871ee 100644 --- a/LUFA/DoxygenPages/FutureChanges.txt +++ b/LUFA/DoxygenPages/FutureChanges.txt @@ -40,6 +40,7 @@ * -# Add class driver support for Test and Measurement class * -# Add class driver support for EEM class * -# Add class driver support for ECM class + * -# Add class driver support for the Android Accessory Host class * -# Port all demos to multiple architectures * - Ports * -# Finish USB XMEGA port diff --git a/LUFA/DoxygenPages/LibraryApps.txt b/LUFA/DoxygenPages/LibraryApps.txt index 68c84a914..76dea8b08 100644 --- a/LUFA/DoxygenPages/LibraryApps.txt +++ b/LUFA/DoxygenPages/LibraryApps.txt @@ -66,6 +66,7 @@ * Measurement class * - Host * - ClassDriver + * - AndroidAccessoryHost - Android Accessory host demo, using the library USB Android Open Accessory Class driver framework * - 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 @@ -79,7 +80,7 @@ * - 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 - * - AndroidAccessoryHost - Android Accessory host demo, using the low level LUFA APIs to implement the Android Accessory Host class + * - AndroidAccessoryHost - Android Accessory host demo, using the low level LUFA APIs to implement the Android Open Accessory class * - 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 -- cgit v1.2.3