Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							4cc7f5200b 
							
						 
					 
					
						
						
							
							Changed all Device mode LowLevel demos and Device Class drivers so that the control request is acknowledged and any data transferred as quickly as possible without any processing inbetween sections, so that long callbacks or event handlers will not break communications with the host by exceeding the maximum control request stage timeout period.  
						
						 
						
						
						
						
					 
					
						2010-08-22 03:26:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							508e905d8d 
							
						 
					 
					
						
						
							
							Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions depending of if the given bank size is a compile time constant, as the compiler does a better job of optimizing with basic code.  
						
						 
						
						... 
						
						
						
						Changed over all device demos to use a clearer algorithm for the configuring of the application's endpoints. 
						
						
					 
					
						2010-08-09 10:20:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							071e02c6b6 
							
						 
					 
					
						
						
							
							Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.  
						
						 
						
						
						
						
					 
					
						2010-05-08 03:12:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							59c4871f80 
							
						 
					 
					
						
						
							
							USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.  
						
						 
						
						
						
						
					 
					
						2010-04-28 07:48:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							f79f9abd28 
							
						 
					 
					
						
						
							
							Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HALF_RAIL is defined (thanks to C. Scott Ananian).  
						
						 
						
						... 
						
						
						
						Minor documentation cleanups.
Make sure HID class driver uses properly cast pointers when writing to the report buffer. 
						
						
					 
					
						2010-03-24 05:50:09 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							b68f7f1649 
							
						 
					 
					
						
						
							
							Added explicit ADC channel masks for the standard set of ADC channels, as the single-ended channel MUX masks are not equal to the channel number on some AVR models. Changed demos to use the new channel masks when using the ADC driver.  
						
						 
						
						
						
						
					 
					
						2010-01-25 00:52:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							7f9f97c792 
							
						 
					 
					
						
						
							
							Update copyright year to 2010.  
						
						 
						
						
						
						
					 
					
						2009-12-30 23:49:19 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							d4ca7fb44c 
							
						 
					 
					
						
						
							
							Fix MIT license language to make its intent clearer.  
						
						 
						
						
						
						
					 
					
						2009-12-28 00:34:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							6c38ca2890 
							
						 
					 
					
						
						
							
							Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN when the given data length is zero.  
						
						 
						
						
						
						
					 
					
						2009-11-20 06:56:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							dc68de15b6 
							
						 
					 
					
						
						
							
							Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.  
						
						 
						
						... 
						
						
						
						Fix up demo documentation device compatibility list to be as general as possible to reduce changes required as Atmel releases more devices within the same USB AVR series. 
						
						
					 
					
						2009-10-12 05:59:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							c5038f1bf4 
							
						 
					 
					
						
						
							
							Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only.  
						
						 
						
						... 
						
						
						
						Remove VBUS events - not needed as the library takes care of VBUS detection and feedback on supported AVRs via the USB_Device_Connected and USB_Device_Disconnected events.
Fixed incorrect Host state assignment in the incomplete BluetoothHost demo. 
						
						
					 
					
						2009-08-05 06:36:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							e071f3897a 
							
						 
					 
					
						
						
							
							Added new USB_DeviceState variable to keep track of the current Device mode USB state.  
						
						 
						
						... 
						
						
						
						Added new Endpoint_ClearStatusStage() convenience function to assist with the status stages of control transfers.
Removed vague USB_IsConnected global - test USB_DeviceState or USB_HostState explicitly to gain previous functionality.
Removed USB_IsSuspended global - test USB_DeviceState against DEVICE_STATE_Suspended instead.
Fixed possible enumeration errors from spinloops which may fail to exit if the USB connection is severed before the exit condition becomes true. 
						
						
					 
					
						2009-07-21 13:31:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							67f390fe74 
							
						 
					 
					
						
						
							
							Add explicit guards to all device mode tasks to ensure the device is connected and configured before running the task, to prevent any user tasks from locking up the main USB task if the device has not been properly configured.  
						
						 
						
						
						
						
					 
					
						2009-07-21 02:48:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							e6881fd166 
							
						 
					 
					
						
						
							
							Error status LEDs shown when device endpoint configuration fails to complete.  
						
						 
						
						... 
						
						
						
						MIDI device demo no longer blocks if a note change event is sent while the endpoint is not ready. 
						
						
					 
					
						2009-06-08 07:46:07 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							33a0184749 
							
						 
					 
					
						
						
							
							Converted device mode low-level demos to schedulerless.  
						
						 
						
						
						
						
					 
					
						2009-06-07 07:20:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							b9b03aadb2 
							
						 
					 
					
						
						
							
							Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory.  
						
						 
						
						
						
						
					 
					
						2009-06-05 07:16:33 +00:00