de0df8b162 
								
							
								 
							
						 
						
							
							
								
								Update copyright year to 2013.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								9c590e41d7 
								
							
								 
							
						 
						
							
							
								
								Add help text to the project makefiles to help new users get information on the improved build system.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								b7e3c86e4e 
								
							
								 
							
						 
						
							
							
								
								Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process.  
							
							... 
							
							
 
							
							Prevent the BUILD module from shell-executing multiple processes to determine the avr-size flags to speed up the build, unless the size rule is invoked.
Add warnings and set warnings as errors to the SingleUSBModeTest build test makefile. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								1faa5ba70a 
								
							
								 
							
						 
						
							
							
								
								Fix project makefiles - remove trailing slash from LUFA_PATH entries and the XPLAINBridge project AVRISP file include path to prevent build errors.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								393fc71d8e 
								
							
								 
							
						 
						
							
							
								
								Add HID bootloader build module (thanks to Stefan Hellermann).  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								49ca5c3c83 
								
							
								 
							
						 
						
							
							
								
								Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to all application makefiles.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								56e792c95b 
								
							
								 
							
						 
						
							
							
								
								Switch over Demos, Bootloaders and Projects to the new and improved build system.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								063474561d 
								
							
								 
							
						 
						
							
							
								
								Merge in latest trunk.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								8cfb3d9f09 
								
							
								 
							
						 
						
							
							
								
								Update project Doxygen and makefiles so that the resulting project documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								33d9a75b03 
								
							
								 
							
						 
						
							
							
								
								AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								3211b35a4c 
								
							
								 
							
						 
						
							
							
								
								Make Doxygen fail for any Doxygen output other than unsupported tags (as these are somewhat benign).  
							
							... 
							
							
 
							
							Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export. 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								d5291c2e10 
								
							
								 
							
						 
						
							
							
								
								Only abort Doxygen documentation generation if a non-unsupported tag warning is encountered.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								663f9bd5f5 
								
							
								 
							
						 
						
							
							
								
								Update Doxygen documentation build scripts to fail if any warnings are generated.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								b5682f2c44 
								
							
								 
							
						 
						
							
							
								
								Add project name to the Doxygen makefile target output.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								0c2ad9eb34 
								
							
								 
							
						 
						
							
							
								
								Add missing SVN eol-style property to files where it was missing.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								ca9f89ce82 
								
							
								 
							
						 
						
							
							
								
								Add new "checksource" target to the library makefiles, for automated source file existance checking.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								aba7932a5c 
								
							
								 
							
						 
						
							
							
								
								F_CLOCK changed to F_USB to be more descriptive, and applicable on future architecture ports.  
							
							
 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								3d4d8e7f62 
								
							
								 
							
						 
						
							
							
								
								Add new ARCH option to the makefiles to (eventually) specify the target device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								39ac72f2d1 
								
							
								 
							
						 
						
							
							
								
								Make a new general RingBuffer.h misc library driver, instead of the per-application LightweightRingBuff.h ring buffers. Change over projects to use the new driver.  
							
							... 
							
							
 
							
							Add ORDERED_EP_CONFIG to the device Projects (only) that use only a single class driver, or where the endpoint ordering is fixed, to save on compiled binary size.
Added new GCC_FORCE_POINTER_ACCESS() macro to correct GCC's mishandling of struct pointers. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								7d83bd0dcc 
								
							
								 
							
						 
						
							
							
								
								Add DEVICE_STATE_AS_GPIOR=0 compile time option to the library projects, to reduce compiled binary size.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								8a7351c760 
								
							
								 
							
						 
						
							
							
								
								Added new completed MIDIToneGenerator project.  
							
							
 
							
						 
						
							15 years ago