aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/LowLevel/Endpoint.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-16Added new ADC_GET_CHANNEL_MASK() convenience macro to the ADC driver.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-13Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and cha...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...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-09-24Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() cal...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-27Use static inline intermediatary functions in Endpoint.h to handle the maskin...Dean
2010-07-27Move over message ID specific header data to unions inside the standard TMC h...Dean
2010-07-22Convert over internal pseudo-function macros to true inline functions for add...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-05-03Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...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-09Fix inverted bit-banged USART logic in the AVRISP project for PDI programming...Dean
2009-12-09Fix incorrect definition of Endpoint_BytesInEndpoint() for the U4 parts.Dean
2009-12-09Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean
2009-11-10Update CDC Class Driver character stream functions to use the correct avr-lib...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-24Doxygen fixes to \param directives to give data direction in all projects. Ma...Dean
2009-09-02Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean
2009-08-25Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled...Dean