Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							a960e4b3b2 
							
						 
					 
					
						
						
							
							Add DHCP server to the Webserver demo for automatic network configuration. Correct uIP timer clock not tracking the correct timespan.  
						
						
						
						
					 
					
						2010-01-27 13:15:49 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							1aeb5056d6 
							
						 
					 
					
						
						
							
							Ensure TPI enable timing requirements are met in AVRISP-MKII programmer. Remove invalid code in the TPI read/write functions.  
						
						
						
						
					 
					
						2010-01-27 03:45:15 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							2059fd8b1a 
							
						 
					 
					
						
						
							
							Manually pull PDI clock pin high for 1ms before disabling PDI mode in the AVRISP-MKII project, to ensure that the PDI bus is disabled in the target and /RESET functionality restored.  
						
						
						
						
					 
					
						2010-01-27 02:59:54 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							db420853ce 
							
						 
					 
					
						
						
							
							Add Webserver project Doxygen configuration file and overview document.  
						
						... 
						
						
						
						Fix Doxygen configuration files' input file exclusion filters. 
						
						
					 
					
						2010-01-25 12:46:57 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							431db89b00 
							
						 
					 
					
						
						
							
							Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints should use two seperate pipes, not one half-duplex pipe.  
						
						
						
						
					 
					
						2010-01-25 11:50:41 +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 
							
						 
					 
					
						
						
						
						
							
						
						
							871d9bf1af 
							
						 
					 
					
						
						
							
							Fixed DFU bootloader programming not discarding the correct number of filler bytes from the host when non-aligned programming ranges are specified (thanks to Thomas Bleeker).  
						
						
						
						
					 
					
						2010-01-24 13:38:20 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							dd995683ea 
							
						 
					 
					
						
						
							
							Enhance TemperatureDatalogger project -- add RTC capabilities so that data is logged along with the current time and date. Make logging interval configurable, set by a C# PC host application.  
						
						
						
						
					 
					
						2010-01-24 11:13:23 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							03ee87b35a 
							
						 
					 
					
						
						
							
							Fix up the incomplete Webserver project so that it integrates with the uIP stack correctly. Add simple HTTP webserver as a placeholder until FatFS can be integrated.  
						
						... 
						
						
						
						Begin to look into the RNDIS Host Class Driver, which seems to crash on test hardware after many packets have been received. 
						
						
					 
					
						2010-01-21 13:45:44 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							5a4197a91e 
							
						 
					 
					
						
						
							
							Update library manual with the new XPLAINBridge project's dual mode bridge/programmer functionality.  
						
						
						
						
					 
					
						2010-01-19 05:43:58 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							2746154652 
							
						 
					 
					
						
						
							
							Added master mode hardware TWI driver.  
						
						... 
						
						
						
						Fixed a bug in the incomplete Webserver project, where the packet data was not being written to and read from the correct buffer address. 
						
						
					 
					
						2010-01-19 00:25:26 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							f9781ca6ff 
							
						 
					 
					
						
						
							
							Fix the Benito project not pulsing the target's /RESET line when DTR is de-asserted.  
						
						
						
						
					 
					
						2010-01-17 05:32:41 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							b0ce1eab66 
							
						 
					 
					
						
						
							
							Fix incorrect preprocessor checks in the PLL prescaler mask determination code for the ATMEGA32U2.  
						
						
						
						
					 
					
						2010-01-16 00:40:52 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							77dda302ac 
							
						 
					 
					
						
						
							
							Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllers  
						
						... 
						
						
						
						Fixed lack of support for the ATMEGA32U2 in the DFU and CDC class bootloaders
Changed incomplete Webserver project over to using the uIP timer library. 
						
						
					 
					
						2010-01-15 02:42:54 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							f0d6d4ef13 
							
						 
					 
					
						
						
							
							Started Webserver RNDIS host project.  
						
						
						
						
					 
					
						2010-01-12 07:29:43 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							89e4d73289 
							
						 
					 
					
						
						
							
							Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse demo class driver structures.  
						
						... 
						
						
						
						Added caveat information to the CDC device class driver. 
						
						
					 
					
						2010-01-12 00:42:00 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							a56d95e8c2 
							
						 
					 
					
						
						
							
							Fix XPLAIN Dataflash and LED drivers.  
						
						
						
						
					 
					
						2010-01-07 12:38:32 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							efb6c35778 
							
						 
					 
					
						
						
							
							Update Doxygen configuration files to the latest Doxygen version.  
						
						
						
						
					 
					
						2010-01-06 13:37:29 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							d97db1120b 
							
						 
					 
					
						
						
							
							Added support to the MIDI Class drivers for packed data, where multiple MIDI events are packed into a single USB packet. Added new MIDI Class driver flush routines to override packing behaviour.  
						
						
						
						
					 
					
						2010-01-05 13:52:34 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							60e9641222 
							
						 
					 
					
						
						
							
							Inline USB management functions in the Class drivers which are standardized but currently unused, to prevent them from using up unneccesary cycles and flash in the user application.  
						
						
						
						
					 
					
						2010-01-05 04:50:18 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							6122ba93cf 
							
						 
					 
					
						
						
							
							Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before the required library headers were included, causing a compilation error.  
						
						... 
						
						
						
						Added notes to the class driver functions indicating which functions require what Device/Host state machine states to function. 
						
						
					 
					
						2010-01-04 13:34:02 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							71e5bcee3d 
							
						 
					 
					
						
						
							
							Fixed blocking CDC streams not aborting when the host is disconnected.  
						
						
						
						
					 
					
						2010-01-04 00:14:09 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							58a39c6666 
							
						 
					 
					
						
						
							
							Clean up MassStorageKeyboard demo.  
						
						
						
						
					 
					
						2010-01-03 03:48:40 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							7f9f97c792 
							
						 
					 
					
						
						
							
							Update copyright year to 2010.  
						
						
						
						
					 
					
						2009-12-30 23:49:19 +00:00 
						 
				 
			
				
					
						
							
							
								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 
							
						 
					 
					
						
						
						
						
							
						
						
							b1dbd92c32 
							
						 
					 
					
						
						
							
							Fixed AVRISP PDI race condition where the guard time between direction changes could be interpreted as a start bit. Fixed TPI interface lines not being changed correctly when in bit-banged TPI mode.  
						
						
						
						
					 
					
						2009-12-29 14:43:03 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							93fe420d89 
							
						 
					 
					
						
						
							
							Minor documentation updates.  
						
						
						
						
					 
					
						2009-12-29 05:08:08 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							d4ca7fb44c 
							
						 
					 
					
						
						
							
							Fix MIT license language to make its intent clearer.  
						
						
						
						
					 
					
						2009-12-28 00:34:20 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							8301dc553e 
							
						 
					 
					
						
						
							
							Fix references to the renamed AVRISP-MKII project folder.  
						
						
						
						
					 
					
						2009-12-27 12:35:31 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							8cd7e118e9 
							
						 
					 
					
						
						
							
							Fixed ISP mode in the AVRISP programmer project.  
						
						
						
						
					 
					
						2009-12-26 05:20:10 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							d1608d4af3 
							
						 
					 
					
						
						
							
							Added const where possible to the source functions in the Projects directory.  
						
						... 
						
						
						
						Added command timeout to the AVRISP project so that incorrectly connected targets no longer freeze the device.
Removed string descriptors from the TeensyHID bootloader to reduce its size. 
						
						
					 
					
						2009-12-26 04:13:55 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							ce044844ea 
							
						 
					 
					
						
						
							
							Combine AVRISP project TPI and PDI lib directories - these protocols use the same underlying XPROG wrapper for the host-to-programmer command wrapping.  
						
						
						
						
					 
					
						2009-12-24 01:55:53 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							cda88cf97c 
							
						 
					 
					
						
						
							
							Start of implementation of the low level TPI programming protocol in the AVRISP project.  
						
						
						
						
					 
					
						2009-12-23 12:54:15 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							37c9ba7fa9 
							
						 
					 
					
						
						
							
							Fixed AVRISP project timeouts not checking for the correct timeout period (thanks to Carl Ott).  
						
						
						
						
					 
					
						2009-12-20 22:33:48 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							8b75659563 
							
						 
					 
					
						
						
							
							Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.  
						
						
						
						
					 
					
						2009-12-20 13:00:49 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							77cd3a42a7 
							
						 
					 
					
						
						
							
							Fixed TeensyHID bootloader not enumerating to the host correctly.  
						
						
						
						
					 
					
						2009-12-20 12:09:22 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							3b3ea167f0 
							
						 
					 
					
						
						
							
							Renamed HotmailNotifier project to LEDNotifier.  
						
						
						
						
					 
					
						2009-12-18 05:22:57 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							3d6508c9b9 
							
						 
					 
					
						
						
							
							Enhance the HotmailNotifier project so that the LEDs' individual brightness can be controlled individually via software PWM.  
						
						
						
						
					 
					
						2009-12-18 04:40:15 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							2cab8f0725 
							
						 
					 
					
						
						
							
							Fixed USB_CurrentMode not being reset to USB_MODE_NONE when the USB interface is shut down and both Host and Device modes can be used (thanks to Daniel Levy).  
						
						
						
						
					 
					
						2009-12-18 00:32:21 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							c3758ac5ef 
							
						 
					 
					
						
						
							
							Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.  
						
						... 
						
						
						
						Add new HotmailNotifier project, which changes a LED's colour based on the user's unread email count as sent from Windows Live Messenger. 
						
						
					 
					
						2009-12-17 10:02:19 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							108a22a66a 
							
						 
					 
					
						
						
							
							The SImage_Host_SendBlockHeader() and SImage_Host_ReceiveBlockHeader() Still Image Host Class driver functions are now public.  
						
						
						
						
					 
					
						2009-12-16 04:03:08 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							461607020c 
							
						 
					 
					
						
						
							
							Use default NVM base address in the AVRISP programmer project in case the host programmer software doesn't set it correctly.  
						
						
						
						
					 
					
						2009-12-16 03:17:18 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							2f6c096050 
							
						 
					 
					
						
						
							
							Complete initial working revision of PDI programming in the AVRISP project (XMEGAs can now be programmed by the firmware).  
						
						
						
						
					 
					
						2009-12-15 10:06:49 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							79efd8c79e 
							
						 
					 
					
						
						
							
							Fix a bug in the Still Image Host Class driver where the returned block status code was being truncated.  
						
						... 
						
						
						
						Add programming support to the AVRISP project's PDI programming mode; paged memory writes are not currently functional. 
						
						
					 
					
						2009-12-15 05:17:52 +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 
							
						 
					 
					
						
						
						
						
							
						
						
							307ba254d5 
							
						 
					 
					
						
						
							
							The AVRISP project can now enter PDI mode under both bit-bang and hardware USART connection modes, tested against the XPLAIN board hardware. Still need to complete higher level NVM access code so that the device's memories can be read and written.  
						
						
						
						
					 
					
						2009-12-13 12:50:47 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							1e3513ed70 
							
						 
					 
					
						
						
							
							Add even parity bit to the software USART framing in the AVRISP project's PDI programming code.  
						
						
						
						
					 
					
						2009-12-09 12:31:55 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							9c8ed168e5 
							
						 
					 
					
						
						
							
							Fix inverted bit-banged USART logic in the AVRISP project for PDI programming. Add a delay to the clock toggling in the AVRISP project to ensure that the programming speed does not exceed 10MHz under any conditions to satisfy the limits in the datasheet for all target voltages. Fix incorrect pin being used as the DATA in in PDI programming mode.  
						
						
						
						
					 
					
						2009-12-09 12:01:01 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							7ace314cc1 
							
						 
					 
					
						
						
							
							Increase timeout of Mass Storage and Still Image host commands to 10 seconds (up from 5) to account for slow-processing devices.  
						
						... 
						
						
						
						Added brace guards to macros with parameters to prevent unintended changed evaluation of the macro expression.
Minor code cleanups (remove redundant comments, fix spacing, etc.). 
						
						
					 
					
						2009-12-09 00:50:55 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							2281750b5f 
							
						 
					 
					
						
						
							
							Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDriver demo, so that slow devices don't time out the data pipe. Increase pipe timeout in both MassStorageHost demos to 5 seconds to account for the really slow devices.  
						
						... 
						
						
						
						Fix TeensyHID bootloader not properly shutting down the USB interface to trigger a disconnection on the host before resetting the AVR. 
						
						
					 
					
						2009-12-08 07:43:33 +00:00