index
:
suspect-devices/lufa
master
fork to update the benito, midimonster and other suspect devices products
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
Pipe.c
Age
Commit message (
Expand
)
Author
2011-02-19
Initial restructuring of the core USB driver module to support multiple archi...
Dean
2011-01-10
Call USB_USBTask() in the Endpoint stream functions between packets if INTERR...
Dean
2011-01-10
Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...
Dean
2011-01-01
Update copyright year on all source files.
Dean
2010-12-24
Much more efficient algorithm for the Endpoint/Pipe configuration routine of ...
Dean
2010-12-24
Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_...
Dean
2010-10-28
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean
2010-10-13
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean
2010-09-30
Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...
Dean
2010-09-07
Must save and restore the endpoint/pipe interrupt enable flags during reconfi...
Dean
2010-09-05
Fix bug in Pipe_ConfigurePipe() breaking already configured pipes that was ac...
Dean
2010-09-05
Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...
Dean
2010-08-22
Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...
Dean
2010-08-20
Fixed critical pipe/endpoint memory allocation issue where the bank memory ad...
Dean
2010-07-21
Add missing const qualifiers to class drivers.
Dean
2010-07-15
Removed the automated checking of event names in the demo, project and bootlo...
Dean
2010-06-12
Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pip...
Dean
2010-05-26
The EEPROM stream read/write functions now use eeprom_update_byte() instead o...
Dean
2010-05-08
Add svn:eol-style property to source files, so that the line endings are corr...
Dean
2010-03-17
Software PDI mode breaks unless the software USART has 100 cycles between bits.
Dean
2010-02-24
Revert changes made for the partial port to the AVR32 architecture.
Dean
2010-02-23
Start porting the USB core to the AVR32 UC3B.
Dean
2010-02-11
Add more include protection macros to give the user warnings when they try to...
Dean
2010-02-01
Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int...
Dean
2009-12-30
Update copyright year to 2010.
Dean
2009-12-28
Fix MIT license language to make its intent clearer.
Dean
2009-12-21
Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL...
Dean
2009-12-17
Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.
Dean
2009-11-25
Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...
Dean
2009-11-24
Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ...
Dean
2009-11-10
Update CDC Class Driver character stream functions to use the correct avr-lib...
Dean
2009-10-18
Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...
Dean
2009-09-21
Add const qualifiers to Host mode Class drivers.
Dean
2009-09-20
Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...
Dean
2009-07-26
Corrected new Pipe_IsEndpointBound() function.
Dean
2009-07-26
Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions.
Dean
2009-07-21
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean
2009-07-20
Fixed PrinterHost demo Printer_GetDeviceID() routine not removing the Device ...
Dean
2009-07-13
Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...
Dean
2009-06-28
Added const modifiers to device mode class drivers.
Dean
2009-06-23
Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset ...
Dean
2009-06-23
Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...
Dean
2009-06-23
Fixed CDCHost demo unfreezing IN pipes during configuration, rather than duri...
Dean
2009-06-18
Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...
Dean
2009-06-08
Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...
Dean
2009-06-01
Commit of new class abstraction APIs for all device demos other than the MIDI...
Dean
2009-05-15
Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...
Dean
2009-05-03
More minor renaming of library enums and events to try to create a consistent...
Dean
2009-04-26
Move the length decrements in the pipe and endpoint stream functions to the p...
Dean
2009-04-22
USB_HostRequest renamed to USB_ControlRequest, entire control request header ...
Dean
[next]