cd57e855f6 
								
							
								 
							
						 
						
							
							
								
								Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks() and Endpoint_AbortPendingIN() functions.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								b8dfa976ce 
								
							
								 
							
						 
						
							
							
								
								Added standard keyboard HID report scancode defines (thanks to László Monda).  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								b120c4e4cd 
								
							
								 
							
						 
						
							
							
								
								Move RNDISConstants.h into the RNDIS class driver common definition header.  
							
							... 
							
							
 
							
							Add logical grouping of related #define values for better Doxygen documentation. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								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.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								8f3bee7d86 
								
							
								 
							
						 
						
							
							
								
								Better algorithm to extract and convert the internal device serial number into a string descriptor (if present).  
							
							... 
							
							
 
							
							Fix incorrect warning text when an unsuitable F_CLOCK value is given. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								9464fa168e 
								
							
								 
							
						 
						
							
							
								
								Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and changed it to return the maximum number of supported banks for the given endpoint.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								5a4def7478 
								
							
								 
							
						 
						
							
							
								
								Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								a8871c7fba 
								
							
								 
							
						 
						
							
							
								
								Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host interface was not configured.  
							
							... 
							
							
 
							
							Small documentation improvements to explicitly reference tokens in Doxygen, to ensure that they are converted to cross-reference links in the output files. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								7aaced1e8b 
								
							
								 
							
						 
						
							
							
								
								Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.  
							
							... 
							
							
 
							
							Moved the USB device selection logic for ENDPOINT_TOTAL_ENDPOINTS further up in Endpoint.h to where the endpoint bank capabilities are determined, to reduce the total number of device-specific logic.
Change USB_Host_WaitMS() to test and disable the HSOFI interrupt before resuming the bus, so that it does not fire before the delay loop has run.
Add missing const qualifier to the parameter of USB_Host_ClearPipeStall(). 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								292a631b62 
								
							
								 
							
						 
						
							
							
								
								Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to reduce the compiled binary size.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								3ae9e6042f 
								
							
								 
							
						 
						
							
							
								
								Cache the USB_DeviceState variable internally in the library core when multiple checks are required in a single loop iteration, to reduce compiled code size.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								d06febbb59 
								
							
								 
							
						 
						
							
							
								
								Fix device mode for the U4 parts.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								158afe9109 
								
							
								 
							
						 
						
							
							
								
								Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the configuration order instead to ensure maximum reliability.  
							
							... 
							
							
 
							
							Altered all low level device and host mode demos to ensure that endpoints and pipes are configured in ascending order properly.
Rewrote all low level host mode demos' configuration descriptor parser code to ensure that pipes are enumerated in ascending order, and to ensure maximum compatibility with devices.
Incremented all device mode demo's device descriptor revision numbers to ensure that any descriptor changes are re-fetched on machines which have enumerated previous versions. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								a509729b2d 
								
							
								 
							
						 
						
							
							
								
								Changed default value for the reset polarity parameter in the AVRISP-MKII project so that it defaults to active low drive.  
							
							... 
							
							
 
							
							Fixed incorrect USB_DeviceState value when unconfiguring the device without an address set. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								b48095c0fb 
								
							
								 
							
						 
						
							
							
								
								Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() callback function causing broken GET REPORT requests.  
							
							... 
							
							
 
							
							Minor whitespace fixes. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								5f3c4cc6e0 
								
							
								 
							
						 
						
							
							
								
								Reverted modifications to USBInterrupt.h that were intefering with correct host mode operation.  
							
							... 
							
							
 
							
							Fixed SUSPI interrupt not being cleared during device mode enumeration, causing accidental mis-fires on re-enumeration.
Fixed JTAG_DEBUG_POINT() and JTAG_DEBUG_BREAK() macros not compiling under pure C99 standards mode. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								c459ef6981 
								
							
								 
							
						 
						
							
							
								
								Oops - need to call USB_Attach() when reinitializing into USB Host mode, or no devices will be detected.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								5faa79a7b5 
								
							
								 
							
						 
						
							
							
								
								Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the endpoint's direction from the currently selected pipe.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								ed7067e89f 
								
							
								 
							
						 
						
							
							
								
								Rename internal suspend and wake up USB interrupt macros so that they follow the same naming scheme as the other USB ISR macros.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								d66a925786 
								
							
								 
							
						 
						
							
							
								
								Make device mode configure the control endpoint even before the bus has been reset, so that the device will enumerate correctly on hosts that do not reset the device before initial use.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								b17e87d140 
								
							
								 
							
						 
						
							
							
								
								More simplifications to USBController.c, fix errors and warnings when compiled for the series 2 USB AVRs.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								1621158c62 
								
							
								 
							
						 
						
							
							
								
								Fix warning when not compiled for UID auto-selection mode.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								e7e1c21bc5 
								
							
								 
							
						 
						
							
							
								
								Clean up USBController.c/.h to more clearly seperate out host and device setup and reset paths.  
							
							... 
							
							
 
							
							Make USBInterrupt.c process all pending USB host mode interrupts before resetting the bus, so that no interrupts are lost when in UID auto-selection mode. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								01fecac0a7 
								
							
								 
							
						 
						
							
							
								
								Ensure device address latch bit is not set at the same time as the new address, as per datasheet.  
							
							... 
							
							
 
							
							Minor documentation fixes.
Fix broken USB host mode due to the USB frame counter not being updated during the early enumeration steps, causing USB_Host_DelayMS() to spinloop forever. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								cce8760b91 
								
							
								 
							
						 
						
							
							
								
								Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to USB_Init() now defaults the controller into UID selection mode.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								58167f5d4d 
								
							
								 
							
						 
						
							
							
								
								Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigured endpoint causing request timeouts.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								6e011f88d9 
								
							
								 
							
						 
						
							
							
								
								Must save and restore the endpoint/pipe interrupt enable flags during reconfiguration of all endpoints/pipes in the Endpoint_ConfigureEndpoint() and Pipe_ConfigurePipe() routines.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								ebdb1b37ca 
								
							
								 
							
						 
						
							
							
								
								Fix bug in Pipe_ConfigurePipe() breaking already configured pipes that was accidentally clearing the pipe's IN mode.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								18cbd31605 
								
							
								 
							
						 
						
							
							
								
								Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions to retrieve the current USB frame number.  
							
							... 
							
							
 
							
							Added new USB_Host_EnableSOFEvents(), USB_Host_DisableSOFEvents() and EVENT_USB_Host_StartOfFrame() for the user application handling of USB Start of Frame events while in USB Host mode.
Changed over all demos, drivers and internal functions to use the current frame number over the Start of Frame flag where possible to free up the Start of Frame flag for interrupt use in the user application. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								0174d8ea70 
								
							
								 
							
						 
						
							
							
								
								Reduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down from 1500ms to improve device compatibility while in USB Host mode, as some devices will drop off the USB bus if no connection is made within a timeout period.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								b369aa2cc6 
								
							
								 
							
						 
						
							
							
								
								Added board hardware driver support for the Olimex AVR-USB-162 development board (thanks to Steve Fawcett).  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								cd4c10fefa 
								
							
								 
							
						 
						
							
							
								
								Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigurePipe() functions.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								092f82e06f 
								
							
								 
							
						 
						
							
							
								
								Changed the signature of the CALLBACK_USB_GetDescriptor() callback function so that the descriptor pointer is const, to remove the need for extra casting inside the callback (thanks to Jonathan Kollasch).  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								ed8ad18f26 
								
							
								 
							
						 
						
							
							
								
								Fix Doxygen typos in Device.h.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								f6e1eaba75 
								
							
								 
							
						 
						
							
							
								
								Optimise Endpoint_ConfigureEndpoint_Prv() function to produce smaller code when CONTROL_ONLY_DEVICE compile time token is defined.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								e72f424f64 
								
							
								 
							
						 
						
							
							
								
								Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								81998ce297 
								
							
								 
							
						 
						
							
							
								
								Added compile time error to the AVRISP-MKII project when built for the U4 chips, as the default VTARGET detection ADC channel does not exist on these chips (thanks to Marco).  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								95079868bb 
								
							
								 
							
						 
						
							
							
								
								Fixed critical pipe/endpoint memory allocation issue where the bank memory address space could be silently overlapped in the USB controller if the endpoints or pipes were allocated in anything other than ascending order (thanks to Martin Degelsegger).  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								508e905d8d 
								
							
								 
							
						 
						
							
							
								
								Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions depending of if the given bank size is a compile time constant, as the compiler does a better job of optimizing with basic code.  
							
							... 
							
							
 
							
							Changed over all device demos to use a clearer algorithm for the configuring of the application's endpoints. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								0f45b9c8e0 
								
							
								 
							
						 
						
							
							
								
								More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								059307d89c 
								
							
								 
							
						 
						
							
							
								
								Use static inline intermediatary functions in Endpoint.h to handle the masking for the private endpoint configuration routine, instead of performing the masking in the Endpoint_ConfigureEndpoint() macro.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								be2a7d4598 
								
							
								 
							
						 
						
							
							
								
								Move over message ID specific header data to unions inside the standard TMC header structure, so that all header data is read in one chunk in the incomplete TMC demo.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								eb8a708b53 
								
							
								 
							
						 
						
							
							
								
								Update size of compiled Mouse demo in documentation, fix indenting in Device.h.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								9b0e4b8356 
								
							
								 
							
						 
						
							
							
								
								Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								83e293a6ec 
								
							
								 
							
						 
						
							
							
								
								Replace internal Pipe_BytesToEPSizeMask() routine with a new version which results in smaller code.  
							
							
 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								97143bf814 
								
							
								 
							
						 
						
							
							
								
								Add missing const qualifiers to class drivers.  
							
							... 
							
							
 
							
							Indent core library function parameters so that there is only one parameter per line, to increase readability. 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								99d8a39363 
								
							
								 
							
						 
						
							
							
								
								Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h.  
							
							... 
							
							
 
							
							Rename LowLevel.c/.h to USBController.c/.h.
Remove dependancies on the complete <avr/io.h> header in the HighLevel USB driver directory, to ensure less work is required in later (possible) ports. 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								f4710f6f86 
								
							
								 
							
						 
						
							
							
								
								Removed the automated checking of event names in the demo, project and bootloader makefiles due to inconsistancies between the behaviour of the command line tools used to perform the check on each platform.  
							
							... 
							
							
 
							
							Removed the internal endpoint and pipe memory allocation macros, as this is already performed directly in the code. Simplify the endpoint and pipe reset procedure. 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								1167b69943 
								
							
								 
							
						 
						
							
							
								
								Add missing eol-style properties to new source files.  
							
							
 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								8b053d6ba5 
								
							
								 
							
						 
						
							
							
								
								Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific functions that are more complicated than simple macros. Moved USB_Device_SendRemoteWakeup() to the new Device.c source file and corrected it to unfreeze and restart the USB controller clock before issuing a Remote Wakeup request.  
							
							... 
							
							
 
							
							Removed the USB_Device_IsRemoteWakeupSent() and USB_Device_IsUSBSuspended() macros, as they are now obsolete. 
							
						 
						
							16 years ago