aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation cleanups.Dean Camera2010-06-032-3/+3
* Oops - descriptor pointer should be assigned, not incremented with the new ty...Dean Camera2010-06-021-1/+1
* Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C...Dean Camera2010-06-021-16/+4
* Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...Dean Camera2010-05-312-50/+61
* Small tweaks to ConfigDescriptor.c/.h to ensure pointers use the correct type...Dean Camera2010-05-302-10/+8
* Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...Dean Camera2010-05-301-1/+4
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-292-18/+18
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-0810-2216/+2216
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-282-346/+0
* Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean Camera2010-04-133-1/+13
* Add briefs for the library core structures.Dean Camera2010-03-292-15/+45
* Add file-level brief documentation.Dean Camera2010-03-298-5/+87
* Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL...Dean Camera2010-03-241-2/+1
* Fix incorrect error when directly including the LUFA internal USB library com...Dean Camera2010-02-248-8/+8
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-249-126/+55
* More AVR32 achitecture ports.Dean Camera2010-02-243-21/+30
* More porting of the USB core to the AVR32.Dean Camera2010-02-238-33/+61
* Start porting the USB core to the AVR32 UC3B.Dean Camera2010-02-236-11/+45
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-1112-9/+49
* 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