aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Pipe.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-70/+71
* Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...Dean Camera2010-10-121-1/+1
* Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.Dean Camera2010-10-121-1/+1
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-301-2/+5
* Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigureP...Dean Camera2010-08-241-17/+30
* Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean Camera2010-08-221-264/+17
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-091-17/+13
* Convert over internal pseudo-function macros to true inline functions for add...Dean Camera2010-07-221-321/+389
* Replace internal Pipe_BytesToEPSizeMask() routine with a new version which re...Dean Camera2010-07-211-12/+10
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-17/+42
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-151-3/+0
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-171-46/+46
* Change over Doxygen \note documentation to \pre where applicable.Dean Camera2010-06-151-5/+5
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-291-13/+13
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-1065/+1065
* Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean Camera2010-04-131-7/+5
* Add file-level brief documentation.Dean Camera2010-03-291-0/+10
* Fix incorrect error when directly including the LUFA internal USB library com...Dean Camera2010-02-241-1/+1
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-103/+7
* More AVR32 achitecture ports.Dean Camera2010-02-241-0/+4
* More porting of the USB core to the AVR32.Dean Camera2010-02-231-16/+51
* Start porting the USB core to the AVR32 UC3B.Dean Camera2010-02-231-4/+61
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+5
* Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int...Dean Camera2010-02-011-2/+8
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-1/+1
* Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean Camera2009-11-251-1/+1
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-1/+1
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-061-6/+6
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean Camera2009-10-181-6/+6
* Minor documentation fixups.Dean Camera2009-10-031-13/+13
* Removed mostly useless "TestApp" demo, as it was mainly useful only for check...Dean Camera2009-09-301-1/+1
* Doxygen fixes to \param directives to give data direction in all projects. Ma...Dean Camera2009-09-241-1/+1
* Add const qualifiers to Host mode Class drivers.Dean Camera2009-09-211-1/+1
* Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean Camera2009-09-201-0/+8
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-021-1/+1
* Oops: Really disable building of Projects/Host/ClassDriver directory in the P...Dean Camera2009-08-261-4/+8
* Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled...Dean Camera2009-08-251-8/+16
* Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj...Dean Camera2009-08-201-10/+10
* Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions.Dean Camera2009-07-261-3/+21
* Move unfinished SideShow source files to nested Lib directory for clarity.Dean Camera2009-07-201-5/+0
* Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failures on devices with en...Dean Camera2009-07-191-1/+1
* Fix broken Pipe stream function templates due to mixed const/no const use in ...Dean Camera2009-07-131-6/+6
* Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...Dean Camera2009-07-131-54/+132
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-25/+25
* Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...Dean Camera2009-06-231-1/+3
* Fixed CDCHost demo unfreezing IN pipes during configuration, rather than duri...Dean Camera2009-06-231-1/+18
* Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean Camera2009-06-181-1/+1
* Pipe_GetErrorFlags() now returns additional error flags for overflow and unde...Dean Camera2009-06-161-1/+10