aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel
Commit message (Expand)AuthorAgeFilesLines
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-1322-265/+282
* Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...Dean Camera2010-10-121-1/+2
* Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.Dean Camera2010-10-121-2/+2
* Fixed random enumeration failure while in device mode due to interrupts causi...Dean Camera2010-10-121-29/+28
* Cache the USB_DeviceState variable internally in the library core when multip...Dean Camera2010-10-062-16/+21
* Fix low level host mode demos not correctly fetching the next endpoint when a...Dean Camera2010-09-301-1/+1
* Changed default value for the reset polarity parameter in the AVRISP-MKII pro...Dean Camera2010-09-291-1/+4
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-281-1/+3
* Rename internal suspend and wake up USB interrupt macros so that they follow ...Dean Camera2010-09-191-2/+0
* Ensure device address latch bit is not set at the same time as the new addres...Dean Camera2010-09-191-2/+2
* Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US...Dean Camera2010-09-151-10/+0
* Fix incorrect documentation on the Get Descriptor standard request.Dean Camera2010-09-151-4/+6
* Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu...Dean Camera2010-09-132-13/+13
* Minor documentation phrasing changes.Dean Camera2010-09-121-5/+5
* Added class specific descriptor type defines with standard USB-IF element nam...Dean Camera2010-09-091-14/+14
* Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean Camera2010-09-051-0/+18
* Clarify in the project documentation files what the each of the different USB...Dean Camera2010-08-311-4/+4
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-241-2/+2
* Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean Camera2010-08-228-0/+1510
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-302-3/+3
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-1/+1
* Add missing const qualifiers to class drivers.Dean Camera2010-07-214-9/+14
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-2110-9/+872
* Add missing const qualifier to the parameters of the USB_GetNextDescriptorCom...Dean Camera2010-07-213-208/+198
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-174-48/+48
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-162-6/+6
* 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