Update library to indicate support for the Android Accessory Host demo.

This commit is contained in:
Dean Camera 2011-11-23 06:59:27 +00:00
parent 08f448407b
commit d619214854
7 changed files with 73 additions and 4 deletions

View file

@ -11,10 +11,11 @@
* - Core:
* - 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 support for version 2 of the Teensy boards (thanks to Christoph Redecker)
* - 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)
* - Added new Android Accessory Host demo (thanks to Opendous Inc.)
*
* <b>Changed:</b>
* - Core:

View file

@ -40,8 +40,10 @@
* -# Add class driver support for Test and Measurement class
* -# Add class driver support for EEM class
* -# Add class driver support for ECM class
* -# Port all demos to multiple architectures
* - Ports
* -# Complete AVR32 port for existing devices, add UC3C support
* -# Finish USB XMEGA port
* -# Add AVR32 UC3C support
* -# Atmel ARM7 series microcontrollers
* -# Other (commercial) C compilers
*/

View file

@ -79,6 +79,7 @@
* - <b>StillImageHost</b> - Still Image Camera host demo, using the library USB Still Image Class driver framework
* - <b>VirtualSerialHost</b> - Virtual Serial Port host demo, using the library USB CDC Class driver framework
* - <b>LowLevel</b>
* - <b>AndroidAccessoryHost</b> - Android Accessory host demo, using the low level LUFA APIs to implement the Android Accessory Host class
* - <b>AudioInputHost</b> - Audio Input host demo, using the low level LUFA APIs to implement the USB Audio class
* - <b>AudioOutputHost</b> - Audio Output host demo, using the low level LUFA APIs to implement the USB Audio class
* - <b>GenericHIDHost</b> - Generic HID host demo, using the low level LUFA APIs to implement the USB HID class