Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							4d131de85b 
							
						 
					 
					
						
						
							
							Add board driver support for the Atmel XMEGA-B1 Xplained board.  
						
						... 
						
						
						
						Fix Dataflash driver for the A3BU-Xplained board.
Minor documentation improvements. 
						
						
					 
					
						2012-02-06 17:05:33 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							0e8e70153a 
							
						 
					 
					
						
						
							
							Update LUFAConfig.h with the new compile time options, re-format Doxygen documentation for all compile time options.  
						
						
						
						
					 
					
						2012-02-05 15:28:41 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							f1b6ddb710 
							
						 
					 
					
						
						
							
							Update file contributor copyrights for 2012.  
						
						
						
						
					 
					
						2012-02-04 22:38:44 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							2c806f6cee 
							
						 
					 
					
						
						
							
							Update file header copyrights for 2012.  
						
						
						
						
					 
					
						2012-02-04 22:32:30 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							5563da6a62 
							
						 
					 
					
						
						
							
							Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions to the board hardware drivers.  
						
						
						
						
					 
					
						2012-01-29 14:33:36 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							f201f6697b 
							
						 
					 
					
						
						
							
							Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.  
						
						
						
						
					 
					
						2011-12-23 01:51:39 +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 
							
						 
					 
					
						
						
						
						
							
						
						
							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 
							
						 
					 
					
						
						
						
						
							
						
						
							b5682f2c44 
							
						 
					 
					
						
						
							
							Add project name to the Doxygen makefile target output.  
						
						
						
						
					 
					
						2011-09-21 06:45:09 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							ddae47979d 
							
						 
					 
					
						
						
							
							Update LUFAConfig.h with missing options for the AVR32 target.  
						
						... 
						
						
						
						Add Binary Page Mode fuse command bytes to the AT45DB642D.h Dataflash header. 
						
						
					 
					
						2011-08-04 05:32:17 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							0c2ad9eb34 
							
						 
					 
					
						
						
							
							Add missing SVN eol-style property to files where it was missing.  
						
						
						
						
					 
					
						2011-07-15 08:46:08 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							ffa8b430c1 
							
						 
					 
					
						
						
							
							Complete initial revision of the XMEGA Clock Management platform driver.  
						
						... 
						
						
						
						Start the USB clock source generator inside USB_ResetInterface() for XMEGA devices. 
						
						
					 
					
						2011-07-14 11:31:12 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							d9643cf6ec 
							
						 
					 
					
						
						
							
							Add start of an architecture port to the Atmel USB XMEGA devices.  
						
						
						
						
					 
					
						2011-07-13 23:50:05 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							c6a7a028bd 
							
						 
					 
					
						
						
							
							Merge over core library changes from the MultiArchDemos branch.  
						
						
						
						
					 
					
						2011-06-29 05:57:29 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							ca9f89ce82 
							
						 
					 
					
						
						
							
							Add new "checksource" target to the library makefiles, for automated source file existance checking.  
						
						
						
						
					 
					
						2011-06-20 14:38:21 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							7dffa15c16 
							
						 
					 
					
						
						
							
							Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru.  
						
						
						
						
					 
					
						2011-06-05 13:55:56 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							f01a05415c 
							
						 
					 
					
						
						
							
							Spell check library source code files.  
						
						
						
						
					 
					
						2011-06-01 14:33:40 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							064643e066 
							
						 
					 
					
						
						
							
							Add skeleton LUFAConfig.h to the CodeTemplates directory.  
						
						
						
						
					 
					
						2011-05-14 02:34:47 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							f670bdeff8 
							
						 
					 
					
						
						
							
							Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typecasting to the SWAPENDIAN_* macros.  
						
						... 
						
						
						
						Switch to using -1 on the UC3 target to obtain a register mask with all bits set (for clearing interrupts and status flags).
Fix incorrect USB controller mode on the UC3 when a fixed mode is specified as a compile time option due to AVR32_USBB.USBCON.uide being set by default.
Make USB_Descriptor_String_t use a uint16_t for Unicode strings on all targets except the AVR8 (retained for backwards compatibility). 
						
						
					 
					
						2011-04-25 07:28:36 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							4b1f6cac75 
							
						 
					 
					
						
						
							
							Slight cleanups to the architecture specific makefile templates to make the common configuration sections as identical as possible.  
						
						
						
						
					 
					
						2011-04-12 04:57:47 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							e009aafe25 
							
						 
					 
					
						
						
							
							Update architecture specific makefile templates so that they are as close to one-another as possible.  
						
						
						
						
					 
					
						2011-04-12 04:49:36 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							16f09ab50a 
							
						 
					 
					
						
						
							
							Add makefile template for the AVR32 UC3 architecture.  
						
						
						
						
					 
					
						2011-04-12 04:38:53 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							fa5c8700bc 
							
						 
					 
					
						
						
							
							Fix corner case in the HID report descriptor Mouse/Joystick tempates at the 8/16 bit boundary.  
						
						
						
						
					 
					
						2011-03-23 09:25:13 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							f3ec62b5c6 
							
						 
					 
					
						
						
							
							More updates to remove architecture-specific comments from the documentation, alter USBMode.h preprocessor logic to support future architectures more easily.  
						
						
						
						
					 
					
						2011-02-20 14:43:13 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							5e73190582 
							
						 
					 
					
						
						
							
							Start update of documentation to support possible multiple architectures in the future - alter \file documentation to automatically copy in the module documentation where possible.  
						
						
						
						
					 
					
						2011-02-20 13:08:29 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							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.  
						
						
						
						
					 
					
						2011-02-19 18:37:22 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							1d433d4506 
							
						 
					 
					
						
						
							
							Update copyright year on all source files.  
						
						
						
						
					 
					
						2011-01-01 13:00:56 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							cb779e3d7d 
							
						 
					 
					
						
						
							
							Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.  
						
						
						
						
					 
					
						2010-10-28 06:08:58 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							5a4def7478 
							
						 
					 
					
						
						
							
							Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda  
						
						
						
						
					 
					
						2010-10-13 14:05:35 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							800485bd95 
							
						 
					 
					
						
						
							
							Remove dfu-programmer program switches, to ensure maximum compatibility with all dfu-programmer versions.  
						
						
						
						
					 
					
						2010-09-24 06:59:28 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							bd85422d2b 
							
						 
					 
					
						
						
							
							Added the --suppress-bootloader-mem option to the makefile dfu target, to ensure that writes to the bootloader section of the AVR's flash memory are ignored (thanks to Axel Rohde).  
						
						... 
						
						
						
						Fixed incorrect command name for EEPROM memory programming in the makefile dfu-ee target.
Makefile whitespace fixes. 
						
						
					 
					
						2010-09-24 06:45:11 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							6d2f091cec 
							
						 
					 
					
						
						
							
							Make project makefiles correctly clean intermeditary build files from assembly and C++ sources (thanks to Daniel Czigany).  
						
						
						
						
					 
					
						2010-09-15 03:00:29 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							84696c727d 
							
						 
					 
					
						
						
							
							Added board hardware driver support for the BUI development board.  
						
						
						
						
					 
					
						2010-09-14 11:11:54 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							41c1fb3843 
							
						 
					 
					
						
						
							
							Added new project makefile template to the library and moved board driver stub files into in a new CodeTemplates directory.  
						
						
						
						
					 
					
						2010-09-11 03:57:43 +00:00