aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel
Commit message (Expand)AuthorAgeFilesLines
...
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-172-3/+3
* Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...Dean Camera2009-08-162-0/+20
* Make Benito ping-pong LED code more explicit, using masks of the TX and RX LE...Dean Camera2009-08-072-7/+10
* Changed over manual loops waiting for endpoints to be ready to use the librar...Dean Camera2009-08-051-2/+2
* Fix incorrect Event call name in USBInterrupt.c.Dean Camera2009-08-051-1/+1
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-055-164/+97
* Removed interrupt disable/enable from the Device mode control request process...Dean Camera2009-08-023-8/+2
* Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co...Dean Camera2009-07-311-1/+4
* Fix redefinition warning when USB_DEVICE_ONLY is set on an AVR which does not...Dean Camera2009-07-301-1/+3
* Cleanup USBMode.h to simplify preprocessor logic.Dean Camera2009-07-291-21/+10
* Better solution - change compile time token names to DEVICE_STATE_AS_GPIOR an...Dean Camera2009-07-282-13/+19
* Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, t...Dean Camera2009-07-282-34/+52
* Ensure that the USB_DeviceState variable is properly set upon wakeup events, ...Dean Camera2009-07-231-1/+1
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-214-71/+54
* Added support for the new ATMEGA32U2, ATMEGA16U2 and ATMEGA8U2 AVR models.Dean Camera2009-07-161-3/+8
* Seperated out parts of the PrinterHost incomplete demo into a seperate Lib su...Dean Camera2009-07-132-3/+3
* Added const modifiers to device mode class drivers.Dean Camera2009-06-282-32/+32
* Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in s...Dean Camera2009-06-211-7/+23
* Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...Dean Camera2009-06-201-1/+7
* Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n...Dean Camera2009-06-192-4/+7
* Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean Camera2009-06-181-0/+2
* Changed per-device controller preprocessor checks over to per-device series f...Dean Camera2009-06-143-16/+16
* Minor documentation page updates.Dean Camera2009-06-041-2/+2
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-022-24/+0
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-014-5/+28
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-225-83/+412
* Fixed incorrect PID value being used in the USBtoSerial project (thanks to Ph...Dean Camera2009-05-201-3/+4
* Fix broken doxygen reference in last commit.Dean Camera2009-05-191-4/+3
* USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...Dean Camera2009-05-193-21/+24
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-188-403/+92
* Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv...Dean Camera2009-05-171-4/+1
* Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...Dean Camera2009-05-151-1/+9
* Removed all user pipe/endpoint interrupt APIs, added internal library support...Dean Camera2009-05-143-43/+27
* Moved USB Host state machine code out from USBTask.c and into Host.c, where i...Dean Camera2009-05-132-170/+3
* Fixed inability to enumerate any devices while in host mode (broken in a prev...Dean Camera2009-05-071-4/+3
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-045-62/+55
* More minor renaming of library enums and events to try to create a consistent...Dean Camera2009-05-031-5/+7
* Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan...Dean Camera2009-05-021-2/+2
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-226-86/+80
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-224-7/+31
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-201-10/+10
* Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean Camera2009-04-192-4/+3
* Removed "Host_" section of the function names in ConfigDescriptor.h, as most ...Dean Camera2009-04-171-3/+3
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-176-45/+17
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-167-17/+71
* The USB_Host_SendControlRequest() function no longer automatically selects th...Dean Camera2009-04-141-0/+6
* Removed all binary constants and replaced with decimal or hexadecimal constan...Dean Camera2009-04-052-13/+13
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-0511-8/+363
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-014-18/+18
* Commit for the 090401 release.Dean Camera2009-03-311-1/+1