More fixes to the AVRISP command timeout system so that it should no longer lock...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / Pipe.h
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-13 Dean CameraUse -pedantic compile time option to find and correct...
2009-11-25 Dean CameraAdded new RNDISHost Host LowLevel demo. Fixed misnamed...
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-30 Dean CameraRemoved mostly useless "TestApp" demo, as it was mainly...
2009-09-24 Dean CameraDoxygen fixes to \param directives to give data directi...
2009-09-21 Dean CameraAdd const qualifiers to Host mode Class drivers.
2009-09-20 Dean CameraAdded new Pipe_IsFrozen() macro to determine if the...
2009-09-02 Dean CameraAdd StillImage Host Class Driver functions for opening...
2009-08-26 Dean CameraOops: Really disable building of Projects/Host/ClassDri...
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-07-26 Dean CameraAdded new Pipe_BoundEndpointNumber() and Pipe_IsEndpoin...
2009-07-20 Dean CameraMove unfinished SideShow source files to nested Lib...
2009-07-19 Dean CameraFixed incorrect PIPE_EPNUM_MASK mask causing pipe failu...
2009-07-13 Dean CameraFix broken Pipe stream function templates due to mixed...
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-23 Dean CameraPipe_ConfigurePipe() now automatically defaults IN...
2009-06-23 Dean CameraFixed CDCHost demo unfreezing IN pipes during configura...
2009-06-18 Dean CameraAdded new USB_Host_ClearPipeStall() convenience functio...
2009-06-16 Dean CameraPipe_GetErrorFlags() now returns additional error flags...
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-04 Dean CameraChanged PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64...
2009-05-03 Dean CameraMore minor renaming of library enums and events to...
2009-04-22 Dean CameraDocumentation enhancements to improve documentation...
2009-04-22 Dean CameraUSB_HostRequest renamed to USB_ControlRequest, entire...
2009-04-21 Dean CameraRemoved specialized Endpoint_ClearControl* and Pipe_Cle...
2009-04-20 Dean CameraChanged over all deprecated GCC structure tag initializ...
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.