More documentation fixes.
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / Endpoint.h
2010-05-29 Dean CameraFix spacing of the function parameter descriptions...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-03 Dean CameraAdded new ENDPOINT_*_BusSuspended error code to the...
2010-04-13 Dean CameraRemoved two-step endpoint/pipe bank clear and switch...
2010-03-29 Dean CameraAdd file-level brief documentation.
2010-02-24 Dean CameraFix incorrect error when directly including the LUFA...
2010-02-24 Dean CameraRevert changes made for the partial port to the AVR32...
2010-02-24 Dean CameraMore AVR32 achitecture ports.
2010-02-23 Dean CameraMore porting of the USB core to the AVR32.
2010-02-23 Dean CameraStart porting the USB core to the AVR32 UC3B.
2010-02-11 Dean CameraAdd more include protection macros to give the user...
2010-02-01 Dean CameraFixed Pipe_IsEndpointBound() function not taking the...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-09 Dean CameraFix inverted bit-banged USART logic in the AVRISP proje...
2009-12-09 Dean CameraFix incorrect definition of Endpoint_BytesInEndpoint...
2009-12-09 Dean CameraIncrease timeout of Mass Storage and Still Image host...
2009-11-10 Dean CameraUpdate CDC Class Driver character stream functions...
2009-11-09 Dean CameraSpell check all source code variables, comments and...
2009-11-06 Dean CameraAdd double banking property to LUFA powered projects...
2009-10-18 Dean CameraMoved USBtoSerial demo the Projects directory, as it...
2009-10-03 Dean CameraMinor documentation fixups.
2009-09-24 Dean CameraDoxygen fixes to \param directives to give data directi...
2009-09-02 Dean CameraAdd StillImage Host Class Driver functions for opening...
2009-08-25 Dean CameraOptimized Endpoint_Read_Word_* and Pipe_Read_Word_...
2009-08-20 Dean CameraAdd LOAD ADDRESS command parsing to the V2 Protocol...
2009-08-17 Dean CameraAdded beginnings of a new AVRISP-MKII clone project.
2009-07-21 Dean CameraAdded new USB_DeviceState variable to keep track of...
2009-07-13 Dean CameraAdded new EEPROM and FLASH buffer versions of the Endpo...
2009-06-28 Dean CameraAdded const modifiers to device mode class drivers.
2009-06-14 Dean CameraChanged per-device controller preprocessor checks over...
2009-05-19 Dean CameraUSB_IsConnected is now cleared before the USB_Disconnec...
2009-05-18 Dean CameraRewritten event system to remove all macros, to make...
2009-05-15 Dean CameraCreate a new function pointer type in StreamCallbacks...
2009-05-14 Dean CameraRemoved all user pipe/endpoint interrupt APIs, added...
2009-05-12 Dean CameraFixed Mouse and Keyboard device demos not acting in...
2009-05-03 Dean CameraMore minor renaming of library enums and events to...
2009-04-24 Dean CameraEndpoint configuration is now refined to give better...
2009-04-23 Dean CameraFixed USB_RemoteWakeupEnabled flag never being set...
2009-04-22 Dean CameraDocumentation enhancements to improve documentation...
2009-04-21 Dean CameraRemoved specialized Endpoint_ClearControl* and Pipe_Cle...
2009-04-19 Dean CameraFixed incorrect HID interface class and subclass values...
2009-04-17 Dean CameraMore documentation changes for better module-level...
2009-04-16 Dean CameraPartial commit: change references to Drivers/AT90USBXXX...
2009-04-16 Dean CameraFixed GenericHIDHost demo report write routine incorrec...
2009-04-05 Dean CameraRemoved all binary constants and replaced with decimal...
2009-04-05 Dean CameraMove StdRequestType.h, StreamCallbacks.h, USBMode.h...
2009-04-01 Dean CameraAll comments in the library, bootloaders, demos and...
2009-03-26 Dean CameraFixed USBTask.h not conditionally including HostChapter...
2009-03-16 Dean CameraAdded extra output to makefiles to indicate the current...
2009-03-10 Dean CameraFixed incorrect/missing control status stage transfers...
2009-03-04 Dean CameraUpdated makefiles to reflect new dfu-ee programming...
2009-02-23 Dean CameraMoved all source to the trunk directory.