Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							208edeee0f 
							
						 
					 
					
						
						
							
							Add new TemperatureDataLogger project, a simple USB Mass Storage class Temperature Data Logger using the onboard Dataflash and Temperature sensor.  
						
						
						
						
					 
					
						2009-12-30 09:00:29 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							d4ca7fb44c 
							
						 
					 
					
						
						
							
							Fix MIT license language to make its intent clearer.  
						
						
						
						
					 
					
						2009-12-28 00:34:20 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							6648234157 
							
						 
					 
					
						
						
							
							Test with -Wextra, fix library warnings due to unused function parameters.  
						
						
						
						
					 
					
						2009-12-13 14:43:34 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							04774208b6 
							
						 
					 
					
						
						
							
							Minor code cleanups for clarity.  
						
						
						
						
					 
					
						2009-11-11 09:09:39 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							d6edfe35c8 
							
						 
					 
					
						
						
							
							Spell check all source code variables, comments and strings.  
						
						
						
						
					 
					
						2009-11-09 13:15:28 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							f29fc1abc4 
							
						 
					 
					
						
						
							
							Add double banking property to LUFA powered projects in the Projects directory. Add guards to macro parameters to ensure that formulas passed as parameters don't mess up the internal macro structure.  
						
						
						
						
					 
					
						2009-11-06 14:32:01 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							5832bab02f 
							
						 
					 
					
						
						
							
							Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.  
						
						
						
						
					 
					
						2009-11-03 11:11:51 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							f229502d9a 
							
						 
					 
					
						
						
							
							Fixed AVRISP programmer demo -- can now connect to a target and read/write Sig/Lock/Fuse/OSCCAL bytes successfully.  
						
						... 
						
						
						
						Changed SPI_Init() to allow for the clock polarity and data sample modes to be set.
Changed Dataflash_Init() to no longer call SPI_Init() automatically. 
						
						
					 
					
						2009-08-23 08:37:11 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							1e8df8951a 
							
						 
					 
					
						
						
							
							Added V2Protocol handlers to the AVRISP project to enter/exit programming mode, and read/write fuses, lockbits, OSCCAL and Signature bytes.  
						
						... 
						
						
						
						Added ShutDown functions for all hardware peripheral drivers, so that peripherals can be turned off after use. 
						
						
					 
					
						2009-08-23 04:01:49 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							312748702a 
							
						 
					 
					
						
						
							
							Added better module summaries.  
						
						
						
						
					 
					
						2009-07-14 07:33:06 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							f1076ac4d6 
							
						 
					 
					
						
						
							
							Added const modifiers to device mode class drivers.  
						
						... 
						
						
						
						Added parameter directions to function parameter documentation.
Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput). 
						
						
					 
					
						2009-06-28 13:39:08 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							7d7573e4e5 
							
						 
					 
					
						
						
							
							Corrected the ADC driver for the ATMEGA16U4 and ATMEGA32U4 (thanks to Opendous Inc.).  
						
						
						
						
					 
					
						2009-06-22 10:23:47 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							c7aceb2c7f 
							
						 
					 
					
						
						
							
							Serial driver now correctly calculates the baud register value when in double speed mode.  
						
						... 
						
						
						
						Init function of the Serial driver is now static inline to product smaller code for the common-case of static init. 
						
						
					 
					
						2009-05-07 11:12:23 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							58e42c6ca9 
							
						 
					 
					
						
						
							
							Fixed SPI driver init function not clearing SPI2X bit when not needed.  
						
						... 
						
						
						
						Fixed PREVENT ALLOW MEDIUM REMOVAL command issuing in the MassStorageHost demo using incorrect parameters (thanks to Mike Alex).
Fixed MassStorageHost demo broken due to an incorrect if statement test in MassStore_GetReturnedStatus(). 
						
						
					 
					
						2009-04-26 10:29:59 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							9cec85bfd9 
							
						 
					 
					
						
						
							
							Documentation enhancements to improve documentation cross-references.  
						
						
						
						
					 
					
						2009-04-22 14:28:55 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							663f449c10 
							
						 
					 
					
						
						
							
							Fixed incorrect HID interface class and subclass values in the Mouse and KeyboardMouse demos (thanks to Brian Dickman).  
						
						... 
						
						
						
						Capitolised the "Descriptor_Search" and "Descriptor_Search_Comp" prefixes of the values in the DSearch_Return_ErrorCodes_t and DSearch_Comp_Return_ErrorCodes_t enums.
Minor documentation improvements. 
						
						
					 
					
						2009-04-19 11:43:21 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							d38fa49cb6 
							
						 
					 
					
						
						
							
							More documentation changes for better module-level documentation rather than file-level documentation.  
						
						
						
						
					 
					
						2009-04-17 05:04:21 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							11bb2f2172 
							
						 
					 
					
						
						
							
							Renamed Serial_Stream driver to SerialStream to remain consistent with the rest of the library's naming scheme for files.  
						
						
						
						
					 
					
						2009-04-17 00:20:00 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							5712b8dff6 
							
						 
					 
					
						
						
							
							Rename Drivers/AT90USBXXX to Drivers/Peripheral.  
						
						
						
						
					 
					
						2009-04-17 00:12:31 +00:00