Oops - fix broken SPI driver due to missing bit inversion on a port mask.
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / Endpoint.c
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-10-06 Dean CameraCache the USB_DeviceState variable internally in the...
2010-09-30 Dean CameraReverted Endpoint/Pipe non-sequential configuration...
2010-09-07 Dean CameraMust save and restore the endpoint/pipe interrupt enabl...
2010-09-05 Dean CameraAdded new USB_Device_GetFrameNumber() and USB_Host_GetF...
2010-08-22 Dean CameraOptimise Endpoint_ConfigureEndpoint_Prv() function...
2010-08-22 Dean CameraSplit out endpoint and pipe stream functions into new...
2010-08-22 Dean CameraAdded compile time error to the AVRISP-MKII project...
2010-08-20 Dean CameraFixed critical pipe/endpoint memory allocation issue...
2010-08-09 Dean CameraRemoved complicated logic for the Endpoint_ConfigureEnd...
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-12 Dean CameraSpeed up calls to Pipe_IsPipeBound() by immediately...
2010-05-26 Dean CameraThe EEPROM stream read/write functions now use eeprom_u...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-03 Dean CameraAdded new ENDPOINT_*_BusSuspended error code to the...
2010-02-24 Dean CameraRevert changes made for the partial port to the AVR32...
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...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-21 Dean CameraEnsure that unsupported SetFeature/ClearFeature request...
2009-12-17 Dean CameraUn-inline the SendAddress function in NVMTarget.c/...
2009-11-10 Dean CameraUpdate CDC Class Driver character stream functions...
2009-10-18 Dean CameraMoved USBtoSerial demo the Projects directory, as it...
2009-08-05 Dean CameraMake Control Endpoint stream transfers more reliable...
2009-07-21 Dean CameraAdded new USB_DeviceState variable to keep track of...
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-14 Dean CameraChanged per-device controller preprocessor checks over...
2009-06-08 Dean CameraConverted Host mode demos to schedulerless. Fixed host...
2009-06-01 Dean CameraCommit of new class abstraction APIs for all device...
2009-05-15 Dean CameraCreate a new function pointer type in StreamCallbacks...
2009-05-03 Dean CameraMore minor renaming of library enums and events to...
2009-05-02 Dean CameraFixed Endpoint_Write_Control_* functions writing more...
2009-04-26 Dean CameraMove the length decrements in the pipe and endpoint...
2009-04-24 Dean CameraEndpoint configuration is now refined to give better...
2009-04-23 Dean CameraFixed USB_RemoteWakeupEnabled flag never being set...
2009-04-22 Dean CameraUSB_HostRequest renamed to USB_ControlRequest, entire...
2009-04-21 Dean CameraRemoved specialized Endpoint_ClearControl* and Pipe_Cle...
2009-04-16 Dean CameraFixed GenericHIDHost demo report write routine incorrec...
2009-04-05 Dean CameraMove StdRequestType.h, StreamCallbacks.h, USBMode.h...
2009-03-03 Dean CameraUpdated changelog to reflect recent commit changes.
2009-02-23 Dean CameraMoved all source to the trunk directory.