Update CDC Class Driver character stream functions to use the correct avr-libc return...
[pub/lufa.git] / LUFA / Drivers / USB / LowLevel / Endpoint.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.