Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							ecba8bcecf 
							
						 
					 
					
						
						
							
							Fix incorrect Capabilities value in the CDC class Bootloader descriptors.  
						
						
						
						
					 
					
						2011-12-01 08:40:14 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							0c59d5993e 
							
						 
					 
					
						
						
							
							Altered the Mass Storage Host class driver so that SCSI data STALLs from the attached device can be recovered from automatically without having to reset the Mass Storage interface.  
						
						... 
						
						
						
						Altered the Mass Storage Host LowLevel demo so that SCSI data STALLs from the attached device can be recovered from automatically without having to reset the Mass Storage interface. 
						
						
					 
					
						2011-12-01 08:39:43 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							798cc84ff5 
							
						 
					 
					
						
						
							
							Fixed AVRISP-MKII Clone failing to start application firmware once a TPI programming session is exited.  
						
						
						
						
					 
					
						2011-11-29 13:33:28 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							259a3c9854 
							
						 
					 
					
						
						
							
							Fix typo in the Joystick board driver documentation example code.  
						
						
						
						
					 
					
						2011-11-29 11:31:00 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							24ca2d49fe 
							
						 
					 
					
						
						
							
							Bit-bang ISP in the AVRISP-MKII clone project needs to set MOSI pin to the MSB of the data byte on startup, not the LSB.  
						
						
						
						
					 
					
						2011-11-29 11:30:25 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							70f3d8e933 
							
						 
					 
					
						
						
							
							Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).  
						
						
						
						
					 
					
						2011-11-28 23:43:58 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							2b23318357 
							
						 
					 
					
						
						
							
							Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta board targets.  
						
						
						
						
					 
					
						2011-11-28 13:15:27 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							057972bd25 
							
						 
					 
					
						
						
							
							Remove unnecessary ErrorCode variable initializations from the LowLevel Host mode demos.  
						
						
						
						
					 
					
						2011-11-28 13:14:51 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							b0a258722d 
							
						 
					 
					
						
						
							
							Add missing const qualifier to bootloader API function parameters.  
						
						
						
						
					 
					
						2011-11-28 13:14:15 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							cdd4e11fa8 
							
						 
					 
					
						
						
							
							Oops - fix incorrect value of AOA_CSCP_AOADataSubclass in the Android Open Accessory class driver.  
						
						
						
						
					 
					
						2011-11-24 21:35:22 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							38d7cdf803 
							
						 
					 
					
						
						
							
							Minor Doxygen documentation improvements.  
						
						... 
						
						
						
						Add missing ATTR_NON_NULL_PTR_ARG and const decorations. 
						
						
					 
					
						2011-11-24 11:59:52 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							3b99abb5fc 
							
						 
					 
					
						
						
							
							Add new USB_Host_GetDescriptor() function. Alter the USB_Host_GetDeviceDescriptor() and USB_Host_GetDeviceStringDescriptor() convenience functions so that they wrap the new function.  
						
						
						
						
					 
					
						2011-11-24 11:46:04 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							e915d968a5 
							
						 
					 
					
						
						
							
							Added new USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetting() functions.  
						
						
						
						
					 
					
						2011-11-24 11:33:10 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							7f8dbb4908 
							
						 
					 
					
						
						
							
							Convert the LowLevel AndroidAccessory demo to use the new class driver constants to reduce code duplication.  
						
						... 
						
						
						
						Add missing Doxygen documentation. 
						
						
					 
					
						2011-11-24 01:31:31 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							8b5aa61601 
							
						 
					 
					
						
						
							
							Add new Android Open Accessory class driver to the library core and add a new Android Open Accessory Host ClassDriver demo.  
						
						
						
						
					 
					
						2011-11-24 01:24:01 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							075538abb9 
							
						 
					 
					
						
						
							
							Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line parameter in the bootloaders to ensure that the API jump tables are not discarded, rather than the previous C volatile pointer hack (thanks to Opendous Inc.).  
						
						
						
						
					 
					
						2011-11-23 14:09:01 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							d619214854 
							
						 
					 
					
						
						
							
							Update library to indicate support for the Android Accessory Host demo.  
						
						
						
						
					 
					
						2011-11-23 06:59:27 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							08f448407b 
							
						 
					 
					
						
						
							
							Move out Android Accessory Host demo to the Host mode LowLevel directory now that it is functionally complete.  
						
						
						
						
					 
					
						2011-11-23 06:50:50 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							e9802253e2 
							
						 
					 
					
						
						
							
							Add const-correctness to the Android_SendString() function of the Android Accessory Host demo.  
						
						
						
						
					 
					
						2011-11-23 06:46:19 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							4f223302b1 
							
						 
					 
					
						
						
							
							Oops: Typo on the new TEENSY2 board support.  
						
						
						
						
					 
					
						2011-11-23 00:25:20 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							c704131be4 
							
						 
					 
					
						
						
							
							Fix interface protocol match value for the Android Accessory Host demo interface configuration parser code (thanks to Opendous Inc.).  
						
						
						
						
					 
					
						2011-11-23 00:16:33 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							a81ccd83fd 
							
						 
					 
					
						
						
							
							Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).  
						
						
						
						
					 
					
						2011-11-23 00:15:58 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							09577fe541 
							
						 
					 
					
						
						
							
							Add XMEGA compile time tokens to the LUFAConfig.h code template.  
						
						... 
						
						
						
						Add additional compile time errors to the XMEGA and AVR8 architectures if multiple USE_*_DESCRIPTORS compile time tokens are enabled.
Add support for the NO_INTERNAL_SERIAL compile time token on the XMEGA targets. 
						
						
					 
					
						2011-11-23 00:04:16 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							b711b7d6a4 
							
						 
					 
					
						
						
							
							Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compile time option is not enabled (thanks to Matthias).  
						
						... 
						
						
						
						Fixed broken compilation for the AVR32 devices if the NO_SOF_EVENTS compile time option was not enabled (thanks to Matthias). 
						
						
					 
					
						2011-11-22 08:06:52 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							eb2e883fd3 
							
						 
					 
					
						
						
							
							Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities.  
						
						
						
						
					 
					
						2011-11-18 06:26:51 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							3e04487279 
							
						 
					 
					
						
						
							
							Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (thanks to Laszlo Monda).  
						
						
						
						
					 
					
						2011-11-16 08:19:34 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							dc09ccab8b 
							
						 
					 
					
						
						
							
							Minor corrections for the XMEGA USB controller. Add compile time warning if the USB clock frequency is provably incorrect.  
						
						
						
						
					 
					
						2011-11-14 07:31:40 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							e30be658c9 
							
						 
					 
					
						
						
							
							Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout.  
						
						
						
						
					 
					
						2011-11-09 23:35:16 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							46aea9d4ce 
							
						 
					 
					
						
						
							
							Update the incomplete StandaloneProgrammer project to be compatible with the latest LUFA core API.  
						
						
						
						
					 
					
						2011-11-09 23:24:11 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							b057041660 
							
						 
					 
					
						
						
							
							Use strcat() in the HTTPServer project instead of using strcpy() and strlen().  
						
						
						
						
					 
					
						2011-11-09 12:47:15 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							6564416479 
							
						 
					 
					
						
						
							
							Update host C# applications for VS2010. Make LEDNotifier project host applications only display valid COM port names for the PC it is run on, rather than all possible port names. Add missing property files to the TempDataLogger project host application.  
						
						
						
						
					 
					
						2011-11-09 12:45:10 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							8df0cf3241 
							
						 
					 
					
						
						
							
							Fixed race conditions in the CDC, HID and Mass Storage class drivers when processing some control requests.  
						
						
						
						
					 
					
						2011-11-09 12:29:14 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							2b54cd984d 
							
						 
					 
					
						
						
							
							Fix typos in makefile templates.  
						
						
						
						
					 
					
						2011-11-09 12:09:13 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							0ad6f1fb53 
							
						 
					 
					
						
						
							
							Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical USART-as-SPI transport driver still pending).  
						
						
						
						
					 
					
						2011-11-01 06:06:41 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							cb7f7a8241 
							
						 
					 
					
						
						
							
							Fix XMEGA core USB driver endpoint code to prevent incorrect STALL determination.  
						
						
						
						
					 
					
						2011-11-01 06:05:54 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							139c1afeeb 
							
						 
					 
					
						
						
							
							Add XMEGA SPI peripheral driver.  
						
						
						
						
					 
					
						2011-10-31 04:30:47 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							7992202603 
							
						 
					 
					
						
						
							
							Add support for the new MEGA B series devices.  
						
						
						
						
					 
					
						2011-10-31 03:39:12 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							00ad509061 
							
						 
					 
					
						
						
							
							Add support for the Atmel XMEGA A3BU Xplained board.  
						
						... 
						
						
						
						More XMEGA USB core fixes. 
						
						
					 
					
						2011-10-31 03:31:00 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							0304916356 
							
						 
					 
					
						
						
							
							Fix XMEGA core USB driver so that device mode enumerates correctly on the host PC.  
						
						
						
						
					 
					
						2011-10-31 02:26:21 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							eb5b8a32e4 
							
						 
					 
					
						
						
							
							Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project (thanks to Chuck Rohs).  
						
						
						
						
					 
					
						2011-10-30 14:12:11 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							1e0c3bc69a 
							
						 
					 
					
						
						
							
							Namespace out the internal endpoint globals in the XMEGA architecture.  
						
						
						
						
					 
					
						2011-10-30 14:05:34 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							fe87b8a225 
							
						 
					 
					
						
						
							
							Update ENDPOINT_EPNUM_MASK to be 0x0F, the maximum possible USB endpoint number within a device, rather than just the maximum number for the AVR8 and UC3 targets of 0x07.  
						
						
						
						
					 
					
						2011-10-30 14:04:47 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							72717825e5 
							
						 
					 
					
						
						
							
							Namespace out the internal endpoint and pipe globals in the UC3 architecture.  
						
						
						
						
					 
					
						2011-10-30 14:03:53 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							b714ffbfa0 
							
						 
					 
					
						
						
							
							Update XMEGA clock management so that the correct 16-bit calibration is used when requested. Fix endpoint descriptor table so that the frame number is stored into the correct location. Add compile time option to source the USB clock from the PLL rather than the internal 32MHz RC oscillator.  
						
						
						
						
					 
					
						2011-10-30 12:06:02 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							c739974292 
							
						 
					 
					
						
						
							
							Fix error in XMEGA clock platform driver for the DFLL calibration byte order.  
						
						
						
						
					 
					
						2011-10-30 07:43:13 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							ab43251bf9 
							
						 
					 
					
						
						
							
							Minor documentation fixes.  
						
						
						
						
					 
					
						2011-10-30 07:09:44 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							028a3c4ab3 
							
						 
					 
					
						
						
							
							XMEGA port improvements; connection and disconnection are now detected correctly. Fixed incorrect interrupt priority levels being set for XMEGA devices.  
						
						
						
						
					 
					
						2011-10-30 07:09:20 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							6519aaa571 
							
						 
					 
					
						
						
							
							Fix incorrect Android Accessory Host interface descriptor subclass value (thanks to Opendous Inc.).  
						
						
						
						
					 
					
						2011-10-28 05:16:38 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							f1543ae8ff 
							
						 
					 
					
						
						
							
							Fixed CDC class drivers not saving and sending all 16-bits of the control line states (thanks to Matthew Swabey).  
						
						
						
						
					 
					
						2011-10-26 06:51:07 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							bc14c1a7f6 
							
						 
					 
					
						
						
							
							Update XMEGA platform clock management example code to suit the currently released silicon.  
						
						... 
						
						
						
						Cleanups to the UC3 endpoint/pipe multi byte read code. 
						
						
					 
					
						2011-10-25 04:28:22 +00:00