aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/LowLevel/Pipe.h
AgeCommit message (Expand)Author
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean
2011-01-08Minor documentation improvements.Dean
2011-01-01Update copyright year on all source files.Dean
2010-12-24Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_...Dean
2010-10-29Oops - typos in the naming of the NBUSYBK0 bits breaking the new busy bank co...Dean
2010-10-29Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks() and Endpoint_AbortPend...Dean
2010-10-28Move RNDISConstants.h into the RNDIS class driver common definition header.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-10-12Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...Dean
2010-10-12Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.Dean
2010-09-30Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean
2010-08-24Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigureP...Dean
2010-08-22Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean
2010-08-09Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean
2010-07-22Convert over internal pseudo-function macros to true inline functions for add...Dean
2010-07-21Replace internal Pipe_BytesToEPSizeMask() routine with a new version which re...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-17Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean
2010-06-15Change over Doxygen \note documentation to \pre where applicable.Dean
2010-05-29Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-04-13Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean
2010-03-29Add file-level brief documentation.Dean
2010-02-24Fix incorrect error when directly including the LUFA internal USB library com...Dean
2010-02-24Revert changes made for the partial port to the AVR32 architecture.Dean
2010-02-24More AVR32 achitecture ports.Dean
2010-02-23More porting of the USB core to the AVR32.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-13Use -pedantic compile time option to find and correct several minor code errors.Dean
2009-11-25Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean
2009-11-09Spell check all source code variables, comments and strings.Dean
2009-11-06Add double banking property to LUFA powered projects in the Projects director...Dean
2009-10-18Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean
2009-10-03Minor documentation fixups.Dean
2009-09-30Removed mostly useless "TestApp" demo, as it was mainly useful only for check...Dean
2009-09-24Doxygen fixes to \param directives to give data direction in all projects. Ma...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-09-02Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean
2009-08-26Oops: Really disable building of Projects/Host/ClassDriver directory in the P...Dean
2009-08-25Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled...Dean
2009-08-20Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj...Dean
2009-07-26Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions.Dean