aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/LowLevel/Pipe.c
AgeCommit message (Expand)Author
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean
2011-01-10Call USB_USBTask() in the Endpoint stream functions between packets if INTERR...Dean
2011-01-10Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean
2011-01-01Update copyright year on all source files.Dean
2010-12-24Much more efficient algorithm for the Endpoint/Pipe configuration routine of ...Dean
2010-12-24Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_...Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-09-30Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean
2010-09-07Must save and restore the endpoint/pipe interrupt enable flags during reconfi...Dean
2010-09-05Fix bug in Pipe_ConfigurePipe() breaking already configured pipes that was ac...Dean
2010-09-05Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean
2010-08-22Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean
2010-08-20Fixed critical pipe/endpoint memory allocation issue where the bank memory ad...Dean
2010-07-21Add missing const qualifiers to class drivers.Dean
2010-07-15Removed the automated checking of event names in the demo, project and bootlo...Dean
2010-06-12Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pip...Dean
2010-05-26The EEPROM stream read/write functions now use eeprom_update_byte() instead o...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-03-17Software PDI mode breaks unless the software USART has 100 cycles between bits.Dean
2010-02-24Revert changes made for the partial port to the AVR32 architecture.Dean
2010-02-23Start porting the USB core to the AVR32 UC3B.Dean
2010-02-11Add more include protection macros to give the user warnings when they try to...Dean
2010-02-01Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int...Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-12-21Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL...Dean
2009-12-17Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.Dean
2009-11-25Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean
2009-11-24Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ...Dean
2009-11-10Update CDC Class Driver character stream functions to use the correct avr-lib...Dean
2009-10-18Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean
2009-09-21Add const qualifiers to Host mode Class drivers.Dean
2009-09-20Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean
2009-07-26Corrected new Pipe_IsEndpointBound() function.Dean
2009-07-26Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions.Dean
2009-07-21Added new USB_DeviceState variable to keep track of the current Device mode U...Dean
2009-07-20Fixed PrinterHost demo Printer_GetDeviceID() routine not removing the Device ...Dean
2009-07-13Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...Dean
2009-06-28Added const modifiers to device mode class drivers.Dean
2009-06-23Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset ...Dean
2009-06-23Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...Dean
2009-06-23Fixed CDCHost demo unfreezing IN pipes during configuration, rather than duri...Dean
2009-06-18Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean
2009-06-08Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean
2009-06-01Commit of new class abstraction APIs for all device demos other than the MIDI...Dean
2009-05-15Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...Dean
2009-05-03More minor renaming of library enums and events to try to create a consistent...Dean
2009-04-26Move the length decrements in the pipe and endpoint stream functions to the p...Dean
2009-04-22USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean