Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							c9e817ff47 
							
						 
					 
					
						
						
							
							Fixed port state table corruption in the TCP layer of the RNDIS Ethernet device demos.  
						
						... 
						
						
						
						Fix additional warnings under GCC 4.6. 
						
						
					 
					
						2011-10-09 13:14:53 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							db73b11244 
							
						 
					 
					
						
						
							
							Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI protocols (thanks to Justin Mattair).  
						
						
						
						
					 
					
						2011-10-07 04:40:56 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							2ae41fb153 
							
						 
					 
					
						
						
							
							Added endian-correction to the CDC driver's Line Encoding control request handlers.  
						
						
						
						
					 
					
						2011-10-07 03:47:42 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							3bb8055459 
							
						 
					 
					
						
						
							
							Fix compile errors for the USB XMEGA parts when the USB driver is used.  
						
						... 
						
						
						
						Add core support for the ATXMEGA64A1U.
Minor documentation corrections. 
						
						
					 
					
						2011-10-04 11:40:55 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							3223786c49 
							
						 
					 
					
						
						
							
							Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile time option is used (thanks to Ian Woloschin).  
						
						... 
						
						
						
						Small size improvement for Little Endian devices when USB host mode is used.
Minor documentation fixes. 
						
						
					 
					
						2011-09-28 13:24:08 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							022fa26b43 
							
						 
					 
					
						
						
							
							Fix missing C++ linkage command in ArchitectureSpecific.h.  
						
						... 
						
						
						
						Fix missing closing brace in an Endpoint function for the UC3 targets. 
						
						
					 
					
						2011-09-21 23:40:05 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							06de32b1c2 
							
						 
					 
					
						
						
							
							Commit for the 111009 BETA release.  
						
						
						
						
					 
					
						2011-09-21 06:28:42 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							99ff27e403 
							
						 
					 
					
						
						
							
							Fixed HID Parser's largest report size bit count not including the size of the last parsed report item.  
						
						... 
						
						
						
						Fixed HID host driver's largest HID report size count corrupt when the number of report bits exceeds 255. 
						
						
					 
					
						2011-09-17 13:07:21 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							d881e0cbf6 
							
						 
					 
					
						
						
							
							Fixed incorrect buffer size check in the USBtoSerial project (thanks to Yuri A Nikiforov).  
						
						
						
						
					 
					
						2011-09-07 12:05:37 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							4b229cb5ef 
							
						 
					 
					
						
						
							
							Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInfo() and USB_GetHIDReportItemInfo() routines if the report item was NULL (which should be allowable according to the API).  
						
						... 
						
						
						
						Fixed HID Parser CALLBACK_HIDParser_FilterHIDReportItem() callback function not being passed a cacheable report item pointer. 
						
						
					 
					
						2011-09-07 10:18:49 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							3b898ae178 
							
						 
					 
					
						
						
							
							Remove redundant prototype for Audio_Host_StartStopStreaming() and Audio_Host_GetSetEndpointProperty(). Update host mode Audio class inline functions to prevent unused parameter warnings.  
						
						
						
						
					 
					
						2011-08-28 01:40:36 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							a233109909 
							
						 
					 
					
						
						
							
							Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the function works on an endpoint address within the attached device, and not a Pipe within the host.  
						
						... 
						
						
						
						Updated MS_Host_ResetMSInterface() to now perform a full Mass Storage reset sequence to prevent data corruption in the event of a device lock up or timeout (thanks to David Lyons).
Add parenthesis around the library Endianness macros that do nothing on a particular architecture to prevent operator precedence issues depending on usage.
Minor documentation corrections. 
						
						
					 
					
						2011-08-24 09:50:21 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							cff190b8f4 
							
						 
					 
					
						
						
							
							Minor documentation fixes.  
						
						... 
						
						
						
						Add extra parenthesis around terms in the common MIN() and MAX() macros to prevent issues with non-trivial macro inputs (thanks to David Lyons). 
						
						
					 
					
						2011-08-23 10:39:04 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							2d9f98b592 
							
						 
					 
					
						
						
							
							Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JOYSTICK() macro.  
						
						
						
						
					 
					
						2011-08-23 07:07:34 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							d0ac8e46f9 
							
						 
					 
					
						
						
							
							Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().  
						
						... 
						
						
						
						Changed the reports in the GenericHID device demos to control the board LEDs, to reduce user confusion over the callback routines.
Fixed swapped TWI_ADDRESS_READ and TWI_ADDRESS_WRITE values.
Fixed TWI_ReadPacket() not releasing the TWI bus on read completion. 
						
						
					 
					
						2011-08-22 13:03:56 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							40946a5704 
							
						 
					 
					
						
						
							
							Minor documentation corrections.  
						
						
						
						
					 
					
						2011-08-19 06:11:39 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							ccf4cffd78 
							
						 
					 
					
						
						
							
							Improve device support documentation in the manual; split out each architecture into a different sub-page of the Device Support section of the manual, add in table to indicate USB mode support for each microcontroller model.  
						
						
						
						
					 
					
						2011-08-19 06:04:39 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							fc5fa769ef 
							
						 
					 
					
						
						
							
							Pull out architecture specific macros and other definitions into a new common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code.  
						
						
						
						
					 
					
						2011-08-16 05:53:04 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							3478178127 
							
						 
					 
					
						
						
							
							Add shortcuts to SwapEndian_16() and SwapEndian_32() internal functions to improve optimization if called with constant inputs.  
						
						
						
						
					 
					
						2011-08-16 05:00:45 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							c505ba047f 
							
						 
					 
					
						
						
							
							Set HOST_DEVICE_SETTLE_DELAY_MS to zero for the incomplete AndroidAccessoryHost demo to prevent a timeout on the Android device from aborting Accessory mode after a command it sent to switch modes (thanks to Opendous Inc).  
						
						
						
						
					 
					
						2011-08-09 16:38:35 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							ddae47979d 
							
						 
					 
					
						
						
							
							Update LUFAConfig.h with missing options for the AVR32 target.  
						
						... 
						
						
						
						Add Binary Page Mode fuse command bytes to the AT45DB642D.h Dataflash header. 
						
						
					 
					
						2011-08-04 05:32:17 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							aceb015ea7 
							
						 
					 
					
						
						
							
							Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM() function of several demos/projects (thanks to Jeremy Willden).  
						
						
						
						
					 
					
						2011-07-30 02:49:59 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							025742fca8 
							
						 
					 
					
						
						
							
							Added new VTARGET_USE_INTERNAL_REF configuration option to the AVRISP-MKII clone project (thanks to Volker Bosch).  
						
						
						
						
					 
					
						2011-07-26 03:07:32 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							5c274d106b 
							
						 
					 
					
						
						
							
							Fixed USB_USBTask not being called internally in stream transfers between packets when Partial Stream Transfers are used.  
						
						... 
						
						
						
						Remove old unused function prototype in the LowLevel MassStorage device demo. 
						
						
					 
					
						2011-07-25 01:11:24 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							110711598a 
							
						 
					 
					
						
						
							
							Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.  
						
						
						
						
					 
					
						2011-07-19 07:02:19 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							2c404e5af5 
							
						 
					 
					
						
						
							
							Add support for the ORDERED_EP_CONFIG compile time token on the UC3 architecture.  
						
						
						
						
					 
					
						2011-07-19 02:42:27 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							3f38ea6317 
							
						 
					 
					
						
						
							
							Added Device Qualifier standard descriptor structure definitions USB_StdDescriptor_DeviceQualifier_t and USB_Descriptor_DeviceQualifier_t.  
						
						
						
						
					 
					
						2011-07-14 03:18:30 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							01d269879f 
							
						 
					 
					
						
						
							
							Add new STRINGIFY() and STRINGIFY_EXPANDED() convenience macros.  
						
						
						
						
					 
					
						2011-07-14 00:11:51 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							d9643cf6ec 
							
						 
					 
					
						
						
							
							Add start of an architecture port to the Atmel USB XMEGA devices.  
						
						
						
						
					 
					
						2011-07-13 23:50:05 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							5f51554a5e 
							
						 
					 
					
						
						
							
							Enhance and document the AVR32 UC3 platform drivers.  
						
						
						
						
					 
					
						2011-07-12 13:32:11 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							bd8046976f 
							
						 
					 
					
						
						
							
							Minor documentation fixes.  
						
						
						
						
					 
					
						2011-07-12 10:11:52 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							fdb82cd1e8 
							
						 
					 
					
						
						
							
							Fixed error in the pipe unordered allocation algorithm for the AVR8 devices breaking compatibility with some devices.  
						
						
						
						
					 
					
						2011-07-12 07:22:36 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							065ed4da20 
							
						 
					 
					
						
						
							
							Added new USB_Host_GetDeviceStatus() function for USB Host mode.  
						
						
						
						
					 
					
						2011-07-12 04:52:21 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							6c4f736793 
							
						 
					 
					
						
						
							
							Minor documentation and style fixes.  
						
						
						
						
					 
					
						2011-07-11 05:51:04 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							137ce280c1 
							
						 
					 
					
						
						
							
							Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task.  
						
						... 
						
						
						
						Added new USB_Host_ConfigurationNumber global variable to indicate the selected configuration in an attached device.
Renamed global state variables that are specific to a certain USB mode to clearly indicate which mode the variable relates to, by changing the USB_* prefix to USB_Device_* or USB_Host_*.
Removed the HOST_STATE_WaitForDeviceRemoval and HOST_STATE_Suspended host state machine states, as these are no longer required.
Altered the USB_Host_SetDeviceConfiguration() function to update the new USB_Host_ConfigurationNumber global as required.
Moved out the Host mode standard request convenience/helper functions from the architecture specific Host driver files to the architecture agnostic HostStandardReq.c driver file. 
						
						
					 
					
						2011-07-08 07:25:56 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							61861c548e 
							
						 
					 
					
						
						
							
							Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver.  
						
						
						
						
					 
					
						2011-07-04 09:18:50 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							b775995867 
							
						 
					 
					
						
						
							
							Oops: Fix compile error in the low level KeyboardMouse demo.  
						
						
						
						
					 
					
						2011-07-02 08:40:52 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							04660d3793 
							
						 
					 
					
						
						
							
							Seperate out the device demos and project's configuration descriptor structure definitions to clearly indicate what descriptors belong to which interface.  
						
						
						
						
					 
					
						2011-07-01 05:26:25 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							8c3d421a01 
							
						 
					 
					
						
						
							
							Added board hardware driver support for the EVK1104 board.  
						
						... 
						
						
						
						Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards. 
						
						
					 
					
						2011-06-27 13:41:06 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							8cc3fd56d9 
							
						 
					 
					
						
						
							
							Add board driver support for the EVK1100 board.  
						
						
						
						
					 
					
						2011-06-27 13:22:37 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							dee4bc0973 
							
						 
					 
					
						
						
							
							Fix logic bug in the incomplete Android Accessory Host demo preventing correct detection of an attached Android Accessory Mode device.  
						
						
						
						
					 
					
						2011-06-27 05:57:25 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							5d7827a573 
							
						 
					 
					
						
						
							
							Minor internal macro renaming for the UC3 devices.  
						
						
						
						
					 
					
						2011-06-20 13:08:27 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							d784baaa3a 
							
						 
					 
					
						
						
							
							Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was disabled, and a USE_*_DESCRIPTORS compile time option was not enabled on the AVR8s.  
						
						... 
						
						
						
						Add C++ compatibility to some header files currently missing extern "C" linkage. 
						
						
					 
					
						2011-06-20 04:32:34 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							5e0c807708 
							
						 
					 
					
						
						
							
							Fix incorrect printf format specifier in the HIDReportViewer project.  
						
						
						
						
					 
					
						2011-06-20 01:33:42 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							2e6370a6b9 
							
						 
					 
					
						
						
							
							Add missing project files for the new HIDReportViewer project to upgrade its status to a finished (working) project.  
						
						
						
						
					 
					
						2011-06-19 04:47:53 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							00acc95ff6 
							
						 
					 
					
						
						
							
							Add new incomplete HIDReportViewer project.  
						
						
						
						
					 
					
						2011-06-16 13:37:45 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							0ec2b55a7c 
							
						 
					 
					
						
						
							
							Add missing SVN eol-style properties to source files to prevent mixed end-of-line characters.  
						
						
						
						
					 
					
						2011-06-16 12:18:46 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							f10126a95e 
							
						 
					 
					
						
						
							
							Added new \ref SPI_GetCurrentMode() function to the SPI peripheral driver.  
						
						
						
						
					 
					
						2011-06-16 07:23:37 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							d8fe01f19a 
							
						 
					 
					
						
						
							
							Rename new Audio class driver functions, callbacks and events to ensure that they contain the USB mode (Device or Host) in the function names.  
						
						
						
						
					 
					
						2011-06-16 06:49:08 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							f1cfd7ea7d 
							
						 
					 
					
						
						
							
							Rename Audio Host Class driver internal descriptor matching routines to be in line with the rest of the class driver function names.  
						
						
						
						
					 
					
						2011-06-14 12:44:41 +00:00