aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/LowLevel/Endpoint.c
AgeCommit message (Expand)Author
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean
2011-01-10Call USB_USBTask() in the Endpoint stream functions between packets if INTERR...Dean
2011-01-10Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean
2011-01-01Update copyright year on all source files.Dean
2010-12-24Much more efficient algorithm for the Endpoint/Pipe configuration routine of ...Dean
2010-12-24Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_...Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-10-06Cache the USB_DeviceState variable internally in the library core when multip...Dean
2010-09-30Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean
2010-09-07Must save and restore the endpoint/pipe interrupt enable flags during reconfi...Dean
2010-09-05Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean
2010-08-22Optimise Endpoint_ConfigureEndpoint_Prv() function to produce smaller code wh...Dean
2010-08-22Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean
2010-08-22Added compile time error to the AVRISP-MKII project when built for the U4 chi...Dean
2010-08-20Fixed critical pipe/endpoint memory allocation issue where the bank memory ad...Dean
2010-08-09Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean
2010-07-21Add missing const qualifiers to class drivers.Dean
2010-07-15Removed the automated checking of event names in the demo, project and bootlo...Dean
2010-06-12Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pip...Dean
2010-05-26The EEPROM stream read/write functions now use eeprom_update_byte() instead o...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-05-03Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...Dean
2010-02-24Revert changes made for the partial port to the AVR32 architecture.Dean
2010-02-23More porting of the USB core to the AVR32.Dean
2010-02-23Start porting the USB core to the AVR32 UC3B.Dean
2010-02-11Add more include protection macros to give the user warnings when they try to...Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-12-21Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL...Dean
2009-12-17Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.Dean
2009-11-10Update CDC Class Driver character stream functions to use the correct avr-lib...Dean
2009-10-18Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean
2009-08-05Make Control Endpoint stream transfers more reliable by adding in early abort...Dean
2009-07-21Added new USB_DeviceState variable to keep track of the current Device mode U...Dean
2009-07-13Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...Dean
2009-06-28Added const modifiers to device mode class drivers.Dean
2009-06-14Changed per-device controller preprocessor checks over to per-device series f...Dean
2009-06-08Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean
2009-06-01Commit of new class abstraction APIs for all device demos other than the MIDI...Dean
2009-05-15Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...Dean
2009-05-03More minor renaming of library enums and events to try to create a consistent...Dean
2009-05-02Fixed Endpoint_Write_Control_* functions writing more data than expected by t...Dean
2009-04-26Move the length decrements in the pipe and endpoint stream functions to the p...Dean
2009-04-24Endpoint configuration is now refined to give better output when all configur...Dean
2009-04-23Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean
2009-04-22USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean
2009-04-21Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean
2009-04-16Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean
2009-04-05Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean