aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Endpoint.h
Commit message (Expand)AuthorAgeFilesLines
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-900/+0
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-4/+4
* Added new ADC_GET_CHANNEL_MASK() convenience macro to the ADC driver.Dean Camera2011-01-161-2/+8
* Minor documentation improvements.Dean Camera2011-01-081-24/+25
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_...Dean Camera2010-12-241-1/+2
* Oops - typos in the naming of the NBUSYBK0 bits breaking the new busy bank co...Dean Camera2010-10-291-2/+2
* Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks() and Endpoint_AbortPend...Dean Camera2010-10-291-0/+29
* Move RNDISConstants.h into the RNDIS class driver common definition header.Dean Camera2010-10-281-2/+8
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and cha...Dean Camera2010-10-131-18/+18
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-62/+63
* Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.Dean Camera2010-10-121-25/+25
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-301-2/+5
* Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() cal...Dean Camera2010-09-241-1/+1
* Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigureP...Dean Camera2010-08-241-11/+24
* Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean Camera2010-08-221-517/+20
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-091-118/+98
* Use static inline intermediatary functions in Endpoint.h to handle the maskin...Dean Camera2010-07-271-14/+36
* Move over message ID specific header data to unions inside the standard TMC h...Dean Camera2010-07-271-2/+2
* Convert over internal pseudo-function macros to true inline functions for add...Dean Camera2010-07-221-271/+311
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-35/+71
* 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-33/+33
* Change over Doxygen \note documentation to \pre where applicable.Dean Camera2010-06-151-10/+8
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-291-4/+4
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-1264/+1264
* Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...Dean Camera2010-05-031-4/+16
* Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean Camera2010-04-131-5/+16
* 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-265/+111
* More AVR32 achitecture ports.Dean Camera2010-02-241-6/+10
* More porting of the USB core to the AVR32.Dean Camera2010-02-231-119/+211
* Start porting the USB core to the AVR32 UC3B.Dean Camera2010-02-231-5/+63
* 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-0/+5
* 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
* Fix inverted bit-banged USART logic in the AVRISP project for PDI programming...Dean Camera2009-12-091-1/+1
* Fix incorrect definition of Endpoint_BytesInEndpoint() for the U4 parts.Dean Camera2009-12-091-2/+4
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-091-1/+1
* Update CDC Class Driver character stream functions to use the correct avr-lib...Dean Camera2009-11-101-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-8/+8
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean Camera2009-10-181-12/+12
* Minor documentation fixups.Dean Camera2009-10-031-13/+13
* Doxygen fixes to \param directives to give data direction in all projects. Ma...Dean Camera2009-09-241-1/+1
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-021-1/+1
* Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled...Dean Camera2009-08-251-8/+16