7638128d47 
								
							
								 
							
						 
						
							
							
								
								Use 16-bit length for TWI driver packet read/write requests for longer transfers.  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								1d2680b358 
								
							
								 
							
						 
						
							
							
								
								Update copyrights to 2015 (better late than never).  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								e368a89987 
								
							
								 
							
						 
						
							
							
								
								Update copyrights for 2014.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								7941245122 
								
							
								 
							
						 
						
							
							
								
								Ensure core library documentation sections use unique IDs.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								334f70aa80 
								
							
								 
							
						 
						
							
							
								
								Add some missing function attributes.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								de0df8b162 
								
							
								 
							
						 
						
							
							
								
								Update copyright year to 2013.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								7d037c7db8 
								
							
								 
							
						 
						
							
							
								
								Remove support for devices that were not put into production.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								eee252603b 
								
							
								 
							
						 
						
							
							
								
								Minor documentation improvements.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								f2ae4dc255 
								
							
								 
							
						 
						
							
							
								
								Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								e406140f11 
								
							
								 
							
						 
						
							
							
								
								Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								84ff878fd7 
								
							
								 
							
						 
						
							
							
								
								Fix errors uncovered by the new build test compile warnings; fix UC3 pipe configuration function broken, redundant function prototypes and unused parameters.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								f1b6ddb710 
								
							
								 
							
						 
						
							
							
								
								Update file contributor copyrights for 2012.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								2c806f6cee 
								
							
								 
							
						 
						
							
							
								
								Update file header copyrights for 2012.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								f201f6697b 
								
							
								 
							
						 
						
							
							
								
								Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								b5682f2c44 
								
							
								 
							
						 
						
							
							
								
								Add project name to the Doxygen makefile target output.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								e64f4b0cd9 
								
							
								 
							
						 
						
							
							
								
								Update the TempDataLogger project and driver documentation to use the new TWI_BITLENGTH_FROM_FREQ() macro.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								413438eb23 
								
							
								 
							
						 
						
							
							
								
								Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver.  
							
							... 
							
							
 
							
							Change Delay_MS() to accept a 16-bit parameter rather than an 8-bit parameter for longer possible delays.
Minor documentation improvements. 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								88d022a752 
								
							
								 
							
						 
						
							
							
								
								Make TWI_ReadPacket() use a repeated start condition rather than a full bus release/recapture after the read address has been sent.  
							
							... 
							
							
 
							
							Fix TWI_ReadPacket() not releasing the bus correctly after all data transferred.
Make TWI_SendByte() and TWI_ReceiveByte() non-inline to reduce compiled binary size. 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								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. 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								af725dd418 
								
							
								 
							
						 
						
							
							
								
								Fix TWI peripheral driver example code in the library documentation.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								04287b76c5 
								
							
								 
							
						 
						
							
							
								
								Add more missing function attributes to the TWI peripheral driver.  
							
							... 
							
							
 
							
							Fix incorrect standard request name in the host standard request driver. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								bad956bace 
								
							
								 
							
						 
						
							
							
								
								Fix TWI driver documentation example (thanks to Jerome Colombie).  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								f01a05415c 
								
							
								 
							
						 
						
							
							
								
								Spell check library source code files.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								66c38cd940 
								
							
								 
							
						 
						
							
							
								
								Added TWI baud rate prescaler and bit length parameters to the TWI_Init() function (thanks to Thomas Herlinghaus).  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								b6a3c78fa3 
								
							
								 
							
						 
						
							
							
								
								Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation.  
							
							
 
							
						 
						
							15 years ago