Dean Camera
							
						 
						
							 
							
							
							
								
							
								51566d1a81 
								
							
								 
							
						 
						
							
							
								
								Added new Pipe_IsFrozen() macro to determine if the currently selected pipe is frozen.  
							
							 
							
							... 
							
							
 
							
							Added new USB_GetHIDReportSize() function to the HID report parser to retrieve the size of a given report by its ID.
More additions to the unfinished HID Host Class Driver. 
							
						 
						
							16 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								7c6b2019a3 
								
							
								 
							
						 
						
							
							
								
								Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function return codes used in comparison to check for success.  
							
							 
							
							... 
							
							
 
							
							Add HID Host Class driver functions to set the report protocol, add more class driver documentation. 
							
						 
						
							16 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								f7cde02b80 
								
							
								 
							
						 
						
							
							
								
								Added extra note about missing OUT endpoint configuration to the HID Device mode Class driver.  
							
							 
							
							... 
							
							
 
							
							Added pinout information to the AVRISP project. 
							
						 
						
							16 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								ee744abb7e 
								
							
								 
							
						 
						
							
							
								
								More work on the Mass Storage Host mode Class driver.  
							
							 
							
							... 
							
							
 
							
							Added  ATTR_NON_NULL_PTR_ARG() attributes to the class drivers to improve user code reliability by disallowing explicit NULL pointers as pointer parameters in function calls where the parameter must not be NULL.
Disabled building of the Demos/Host/ClassDriver directory until Host Mode Class drivers are complete to prevent build errors in the meantime. 
							
						 
						
							16 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								b71ff7c8cd 
								
							
								 
							
						 
						
							
							
								
								Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_EnableSOFEvents() and USB_Device_DisableSOFEvents() macros to give bus-synchronised millisecond interrupts when in USB device mode.  
							
							 
							
							
 
							
						 
						
							16 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								c5038f1bf4 
								
							
								 
							
						 
						
							
							
								
								Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only.  
							
							 
							
							... 
							
							
 
							
							Remove VBUS events - not needed as the library takes care of VBUS detection and feedback on supported AVRs via the USB_Device_Connected and USB_Device_Disconnected events.
Fixed incorrect Host state assignment in the incomplete BluetoothHost demo. 
							
						 
						
							16 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								eb41086947 
								
							
								 
							
						 
						
							
							
								
								Fix demos based on the device mode HID class driver, as well as the driver itself. Changed HID device class driver to require the user to give a buffer and size to hold the previously generated report, for comparison purposes, and altered the prototype of the CALLBACK_HID_Device_CreateHIDReport() function so that reports can be sent to the host even if there are no apparent changes (useful for relative movements in mice, etc.).  
							
							 
							
							
 
							
						 
						
							16 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								7df6b9563c 
								
							
								 
							
						 
						
							
							
								
								Add new HID_Device_MillisecondElapsed() function to the HID device Class driver, to move the burden of managing the Idle period of each instance to the library and not the user application.  
							
							 
							
							
 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								7227e133a9 
								
							
								 
							
						 
						
							
							
								
								Ensure that the previous HID reports in the HID device class driver are kept per-instance, rather than per-device.  
							
							 
							
							
 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								72932e2780 
								
							
								 
							
						 
						
							
							
								
								Fix to HID device mode Class driver, so that new reports are compared against the old, and updated reports made within the idle period are sent immediately to the host.  
							
							 
							
							
 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								864196c884 
								
							
								 
							
						 
						
							
							
								
								State information for class drivers is now zeroed out during enumeration (both in device and host mode) to ensure sane values after each enumeration. User code should no longer explicitly set state information as this is no longer preserved.  
							
							 
							
							
 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								da138684e4 
								
							
								 
							
						 
						
							
							
								
								Added module file dependancy information to the USB class drivers.  
							
							 
							
							
 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								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). 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								3cbdcd3686 
								
							
								 
							
						 
						
							
							
								
								Reduce struct name pollution - group typedef struct names by class driver name where appropriate.  
							
							 
							
							
 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								35bdada24b 
								
							
								 
							
						 
						
							
							
								
								Clean up RNDIS demo type define names.  
							
							 
							
							
 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								f896c00c48 
								
							
								 
							
						 
						
							
							
								
								Break device mode class driver interfaces into seperate config and state structs which are then combined, for clarity. Move device mode class driver interfaces back into the device mode class driver headers from the common class headers to make room for host class interfaces.  
							
							 
							
							
 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								b7049da11b 
								
							
								 
							
						 
						
							
							
								
								Enhanced class drivers to use the same public/private section seperations as other portions of the library.  
							
							 
							
							
 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								afe6ae1402 
								
							
								 
							
						 
						
							
							
								
								Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.  
							
							 
							
							... 
							
							
 
							
							Split out common defines/types from class drivers into a seperate common class driver directory.
Make central USB Class driver dispatch headers, used for both device and host modes. 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								9798440ca4 
								
							
								 
							
						 
						
							
							
								
								Changed to new device mode Class Driver function name prefixes to make way for similar host mode Class drivers.  
							
							 
							
							
 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								34f6e0dd33 
								
							
								 
							
						 
						
							
							
								
								Deleted Host ClassDriver demos -- not yet started, faster to rebase new ClassDriver demos from the newly schedulerless LowLevel host demos rather than re-convert each demo from the previous scheduler-based implementations.  
							
							 
							
							... 
							
							
 
							
							Fixes to MassStorageHost demo to improve compatibility with more USB drives. 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								1c12341cd7 
								
							
								 
							
						 
						
							
							
								
								Completed documentation of the HID device class driver.  
							
							 
							
							
 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								bde64666fb 
								
							
								 
							
						 
						
							
							
								
								Finished CDC device class driver documentation.  
							
							 
							
							
 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								6a7c298c0f 
								
							
								 
							
						 
						
							
							
								
								Synchronise with the 090605 release.  
							
							 
							
							
 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								3d1baa6f95 
								
							
								 
							
						 
						
							
							
								
								Added multiple Report ID support to the HID class driver. Removed OUT endpoint support from HID driver (all OUT reports are now processed through control requests) as a seperate endpoint had issues with determining the exact output report length.  
							
							 
							
							
 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								dc42c5eb6b 
								
							
								 
							
						 
						
							
							
								
								Added Doxygen documentation to the Audio class driver. Added new modules for each of the new device class drivers to the library documentation.  
							
							 
							
							
 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								a67bd74e3e 
								
							
								 
							
						 
						
							
							
								
								Minor documentation page updates.  
							
							 
							
							... 
							
							
 
							
							Redocumented all device demos, now that they have changed over to the new USB class drivers.
Added C linkage to class drivers for C++ support.
Added prefixes to most of the class driver constants to prevent name clashes. 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								7c5444b89a 
								
							
								 
							
						 
						
							
							
								
								Removed new Start of Frame event from the library; performance suffered far too much and it was only useful in one of the standard classes (HID). Altered HID demos to use the previous method of tracking millisecond periods via a hardware timer rather than the SOF events.  
							
							 
							
							... 
							
							
 
							
							Fixed MIDI class driver blocking on unread events to the host. 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								Dean Camera
							
						 
						
							 
							
							
							
								
							
								d1e5266036 
								
							
								 
							
						 
						
							
							
								
								Commit of new class abstraction APIs for all device demos other than the MIDI demo - not documented yet.  
							
							 
							
							... 
							
							
 
							
							Removed scheduler and memory allocation libraries.
Added new EVENT_USB_StartOfFrame event in the library to indicate the start of each USB frame (when generated).
Removed Tx interrupt from the USBtoSerial demo; now sends characters via polling to ensure more time for the Rx interrupt. 
							
						 
						
							17 years ago