aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/LowLevel/Endpoint.h
AgeCommit message (Expand)Author
2009-08-20Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj...Dean
2009-08-17Added beginnings of a new AVRISP-MKII clone project.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-05-19USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...Dean
2009-05-18Rewritten event system to remove all macros, to make user code clearer.Dean
2009-05-15Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...Dean
2009-05-14Removed all user pipe/endpoint interrupt APIs, added internal library support...Dean
2009-05-12Fixed Mouse and Keyboard device demos not acting in accordance with the HID s...Dean
2009-05-03More minor renaming of library enums and events to try to create a consistent...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-22Documentation enhancements to improve documentation cross-references.Dean
2009-04-21Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean
2009-04-19Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean
2009-04-17More documentation changes for better module-level documentation rather than ...Dean
2009-04-16Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.Dean
2009-04-16Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean
2009-04-05Removed all binary constants and replaced with decimal or hexadecimal constan...Dean
2009-04-05Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean
2009-04-01All comments in the library, bootloaders, demos and projects have now been sp...Dean
2009-03-26Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_D...Dean
2009-03-16Added extra output to makefiles to indicate the currently selected BOARD para...Dean
2009-03-10Fixed incorrect/missing control status stage transfers on demos, bootloaders ...Dean
2009-03-04Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean