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
/
Endpoint.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-10-06
Cache the USB_DeviceState variable internally in the library core when multip...
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
Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...
Dean
2010-08-22
Optimise Endpoint_ConfigureEndpoint_Prv() function to produce smaller code wh...
Dean
2010-08-22
Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...
Dean
2010-08-22
Added compile time error to the AVRISP-MKII project when built for the U4 chi...
Dean
2010-08-20
Fixed critical pipe/endpoint memory allocation issue where the bank memory ad...
Dean
2010-08-09
Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...
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-05-03
Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...
Dean
2010-02-24
Revert changes made for the partial port to the AVR32 architecture.
Dean
2010-02-23
More porting of the USB core to the AVR32.
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
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-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-08-05
Make Control Endpoint stream transfers more reliable by adding in early abort...
Dean
2009-07-21
Added new USB_DeviceState variable to keep track of the current Device mode U...
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-14
Changed per-device controller preprocessor checks over to per-device series f...
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-05-02
Fixed Endpoint_Write_Control_* functions writing more data than expected by t...
Dean
2009-04-26
Move the length decrements in the pipe and endpoint stream functions to the p...
Dean
2009-04-24
Endpoint configuration is now refined to give better output when all configur...
Dean
2009-04-23
Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...
Dean
2009-04-22
USB_HostRequest renamed to USB_ControlRequest, entire control request header ...
Dean
2009-04-21
Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...
Dean
2009-04-16
Fixed GenericHIDHost demo report write routine incorrect for control type req...
Dean
2009-04-05
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...
Dean
[next]