aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Endpoint.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj...Dean Camera2009-08-201-11/+11
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-171-0/+8
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-3/+42
* Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...Dean Camera2009-07-131-55/+229
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-32/+32
* Changed per-device controller preprocessor checks over to per-device series f...Dean Camera2009-06-141-3/+3
* USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...Dean Camera2009-05-191-2/+4
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-16/+16
* 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-13/+0
* Fixed Mouse and Keyboard device demos not acting in accordance with the HID s...Dean Camera2009-05-121-37/+0
* More minor renaming of library enums and events to try to create a consistent...Dean Camera2009-05-031-16/+16
* Endpoint configuration is now refined to give better output when all configur...Dean Camera2009-04-241-31/+21
* Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean Camera2009-04-231-15/+41
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-221-41/+40
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-38/+12
* Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean Camera2009-04-191-1/+1
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-7/+2
* Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.Dean Camera2009-04-161-4/+6
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-178/+360
* Removed all binary constants and replaced with decimal or hexadecimal constan...Dean Camera2009-04-051-1/+1
* 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-23/+23
* Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_D...Dean Camera2009-03-261-1/+2