Oops - typos in the naming of the NBUSYBK0 bits breaking the new busy bank counting...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / Pipe.h
2010-10-29 Dean CameraOops - typos in the naming of the NBUSYBK0 bits breakin...
2010-10-29 Dean CameraAdded new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks...
2010-10-28 Dean CameraMove RNDISConstants.h into the RNDIS class driver commo...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-10-12 Dean CameraFixed MIDI_Host_Flush() not aborting early when the...
2010-10-12 Dean CameraRemove USB_MODE_* macros, replace with a semantically...
2010-09-30 Dean CameraReverted Endpoint/Pipe non-sequential configuration...
2010-08-24 Dean CameraBetter documentation for the Endpoint_ConfigureEndpoint...
2010-08-22 Dean CameraSplit out endpoint and pipe stream functions into new...
2010-08-09 Dean CameraRemoved complicated logic for the Endpoint_ConfigureEnd...
2010-07-22 Dean CameraConvert over internal pseudo-function macros to true...
2010-07-21 Dean CameraReplace internal Pipe_BytesToEPSizeMask() routine with...
2010-07-21 Dean CameraAdd missing const qualifiers to class drivers.
2010-07-15 Dean CameraRemoved the automated checking of event names in the...
2010-06-17 Dean CameraRenamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
2010-06-15 Dean CameraChange over Doxygen \note documentation to \pre where...
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-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-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.