aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel
Commit message (Expand)AuthorAgeFilesLines
* Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REM...Dean Camera2010-02-011-2/+2
* Clean up and add more comments to the AVRISP-MKII project. Make sure the SPI_...Dean Camera2010-01-171-3/+9
* Fix XPLAIN Dataflash and LED drivers.Dean Camera2010-01-071-1/+1
* Update copyright year to 2010.Dean Camera2009-12-3012-24/+24
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-2812-84/+84
* Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.Dean Camera2009-12-201-0/+1
* Oops - wrong casting on the Configuration Descriptor pointer advance routine.Dean Camera2009-12-131-1/+1
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-1/+1
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-092-7/+9
* Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent da...Dean Camera2009-11-301-0/+1
* Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 a...Dean Camera2009-11-291-11/+11
* Added new XPLAIN serial Bridge project (thanks to John Steggall for the softw...Dean Camera2009-11-251-1/+1
* Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ...Dean Camera2009-11-241-3/+3
* Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.Dean Camera2009-11-231-1/+1
* The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...Dean Camera2009-11-231-2/+51
* Fix doxygen documentation - doxygen was getting confused on the variable-leng...Dean Camera2009-11-171-5/+5
* Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host mode (thanks to David ...Dean Camera2009-11-162-4/+9
* Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...Dean Camera2009-11-132-5/+5
* Update CDC Class Driver character stream functions to use the correct avr-lib...Dean Camera2009-11-101-2/+2
* Spell check all source code variables, comments and strings.Dean Camera2009-11-092-3/+3
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-072-10/+10
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-061-1/+1
* Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect v...Dean Camera2009-10-141-5/+24
* Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...Dean Camera2009-09-171-0/+1
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-093-230/+325
* Corrected incorrect signature bytes for the AT90USB82 and added support for t...Dean Camera2009-09-071-2/+8
* Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board drive...Dean Camera2009-08-311-1/+1
* Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...Dean Camera2009-08-312-29/+46
* Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj...Dean Camera2009-08-201-1/+1
* 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