Add new Android Open Accessory class driver to the library core and add a new Android Open Accessory Host ClassDriver demo.
This commit is contained in:
		
							parent
							
								
									075538abb9
								
							
						
					
					
						commit
						8b5aa61601
					
				
					 41 changed files with 3731 additions and 84 deletions
				
			
		| 
						 | 
				
			
			@ -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)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -66,6 +66,7 @@
 | 
			
		|||
 *                                      Measurement class
 | 
			
		||||
 *    - <b>Host</b>
 | 
			
		||||
 *      - <b>ClassDriver</b>
 | 
			
		||||
 *        - <b>AndroidAccessoryHost</b> - Android Accessory host demo, using the library USB Android Open Accessory Class driver framework
 | 
			
		||||
 *        - <b>AudioInputHost</b> - Audio Input host demo, using the library USB Audio Class driver framework
 | 
			
		||||
 *        - <b>AudioOutputHost</b> - Audio Output host demo, using the library USB Audio Class driver framework
 | 
			
		||||
 *        - <b>JoystickHostWithParser</b> - Joystick host demo with HID Descriptor parser, using the library USB HID Class driver framework
 | 
			
		||||
| 
						 | 
				
			
			@ -79,7 +80,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>AndroidAccessoryHost</b> - Android Accessory host demo, using the low level LUFA APIs to implement the Android Open Accessory 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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue