aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Pipe.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...Dean Camera2009-05-191-1/+5
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-15/+15
* Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...Dean Camera2009-05-151-5/+5
* Removed all user pipe/endpoint interrupt APIs, added internal library support...Dean Camera2009-05-141-56/+0
* Fixed Mouse and Keyboard device demos not acting in accordance with the HID s...Dean Camera2009-05-121-36/+0
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-041-1/+5
* More minor renaming of library enums and events to try to create a consistent...Dean Camera2009-05-031-12/+12
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-221-42/+41
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-0/+2
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-33/+3
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-201-4/+2
* Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean Camera2009-04-191-3/+3
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-10/+8
* Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.Dean Camera2009-04-161-5/+10
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-188/+409
* Removed all binary constants and replaced with decimal or hexadecimal constan...Dean Camera2009-04-051-3/+3
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-1/+1
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-011-22/+22
* Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_D...Dean Camera2009-03-261-1/+2
* Added extra output to makefiles to indicate the currently selected BOARD para...Dean Camera2009-03-161-2/+2
* Fixed incorrect/missing control status stage transfers on demos, bootloaders ...Dean Camera2009-03-101-2/+2
* Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean Camera2009-03-041-78/+87
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+788