aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
Commit message (Expand)AuthorAgeFilesLines
* Moved calls to Device mode Class Driver events to after the request has been ...Dean Camera2010-08-223-8/+15
* Added compile time error to the AVRISP-MKII project when built for the U4 chi...Dean Camera2010-08-222-0/+4
* Clarify in the documentation that the Audio demos and driver is for the Audio...Dean Camera2010-08-213-7/+7
* Fixed critical pipe/endpoint memory allocation issue where the bank memory ad...Dean Camera2010-08-203-17/+77
* Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage ...Dean Camera2010-08-202-0/+9
* Fixed MassStorage based demos and projects resetting the SCSI sense values be...Dean Camera2010-08-182-1/+5
* Fixed USB_GetHIDReportItemInfo() function modifying the given report item's d...Dean Camera2010-08-103-6/+12
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-094-141/+116
* Add notification endpoint to the incomplete TMC demo.Dean Camera2010-08-093-2/+8
* Commit for the 100807 release.Dean Camera2010-08-093-4/+4
* Fixed software application start command broken in the DFU class bootloader w...Dean Camera2010-08-051-0/+2
* Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU ...Dean Camera2010-08-031-0/+1
* Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ...Dean Camera2010-08-022-31/+32
* Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean Camera2010-08-016-32/+28
* Fixed Serial peripheral driver not turning off the USART before reconfiguring...Dean Camera2010-07-312-9/+13
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-305-7/+7
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-3029-44/+44
* Fix typo in DualVirtualSerial.c due to the changed CDC Device APIs that was p...Dean Camera2010-07-301-1/+2
* Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...Dean Camera2010-07-306-37/+72
* Spell check all source files once again to find any typos.Dean Camera2010-07-297-19/+19
* Fixed Benito and USBtoSerial projects not turning off the USART before reconf...Dean Camera2010-07-291-0/+2
* Add special support to the AVRISP-MKII for the new model USBTINY-MKII's addit...Dean Camera2010-07-292-1/+6
* Oops - remove duplicated SPI driver init mask.Dean Camera2010-07-292-4/+0
* Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz vi...Dean Camera2010-07-292-1/+12
* Use static inline intermediatary functions in Endpoint.h to handle the maskin...Dean Camera2010-07-271-14/+36
* Move over message ID specific header data to unions inside the standard TMC h...Dean Camera2010-07-271-2/+2
* Rename reserved members of all structs so that they are uniformly named acros...Dean Camera2010-07-263-8/+8
* Added periodic flush timer to the Benito project. Alter the serial transmissi...Dean Camera2010-07-251-1/+1
* Add TMC device capabilities to the incomplete TMC demo.Dean Camera2010-07-231-1/+1
* Update size of compiled Mouse demo in documentation, fix indenting in Device.h.Dean Camera2010-07-232-2/+2
* Convert over internal pseudo-function macros to true inline functions for add...Dean Camera2010-07-2220-1025/+1652
* Added start of a low level device Test and Measurement class demo (thanks to ...Dean Camera2010-07-222-1/+2
* Replace internal Pipe_BytesToEPSizeMask() routine with a new version which re...Dean Camera2010-07-211-12/+10
* Add missing const qualifiers to class drivers.Dean Camera2010-07-2170-297/+553
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-2119-52/+71
* Add missing const qualifier to the parameters of the USB_GetNextDescriptorCom...Dean Camera2010-07-213-208/+198
* Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint to...Dean Camera2010-07-202-1/+2
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-1931-83/+107
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-158-28/+14
* Added ability to set the serial baud rate via the user's terminal in the XPLA...Dean Camera2010-07-151-0/+1
* Fixed HID device class driver still using PrevReportINBuffer for GetReport co...Dean Camera2010-07-153-2/+5
* Remove the timeout period extension code from the AVRISP project, as no singl...Dean Camera2010-07-131-0/+2
* Added const attributes to some of the class driver function parameters that w...Dean Camera2010-07-1316-41/+43
* Add AVRStudio 4 project files to the ClassDriver Device mode demos.Dean Camera2010-07-131-1/+1
* Add AVRStudio 4 project files to the LowLevel Host mode demos.Dean Camera2010-07-131-2/+0
* Add AVRStudio 4 project files for the library bootloaders.Dean Camera2010-07-131-1/+1
* Add first lot of AVRStudio project files for some of the library projects.Dean Camera2010-07-132-1/+2
* Add missing eol-style properties to new source files.Dean Camera2010-07-121-52/+52
* Alter the ring buffer library headers to have both atomic and non-atomic inse...Dean Camera2010-07-121-0/+1
* Major changes to the XPLAINBridge software UART code for performance and reli...Dean Camera2010-07-111-0/+1