aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers
Commit message (Expand)AuthorAgeFilesLines
...
* Added new PRNT_Host_BytesReceived() and PRNT_Host_ReceiveByte() functions to ...Dean Camera2010-09-072-13/+91
* Must save and restore the endpoint/pipe interrupt enable flags during reconfi...Dean Camera2010-09-072-0/+8
* Fix bug in Pipe_ConfigurePipe() breaking already configured pipes that was ac...Dean Camera2010-09-051-7/+17
* Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean Camera2010-09-059-26/+104
* Reduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down from 1500ms to improve dev...Dean Camera2010-09-041-3/+4
* Added board hardware driver support for the USBFOO development board.Dean Camera2010-09-044-0/+229
* Added board hardware driver support for the Olimex AVR-USB-162 development bo...Dean Camera2010-09-038-4/+249
* Clarify in the project documentation files what the each of the different USB...Dean Camera2010-08-311-4/+4
* Fix incorrect ADC driver documentation for the parameters of ADC_Init(), fix ...Dean Camera2010-08-311-30/+32
* Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigureP...Dean Camera2010-08-243-29/+55
* Fixed LowLevel PrinterHost demo not sending control requests to the attached ...Dean Camera2010-08-241-4/+4
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-242-3/+3
* Fix Doxygen typos in Device.h.Dean Camera2010-08-241-3/+3
* Optimise Endpoint_ConfigureEndpoint_Prv() function to produce smaller code wh...Dean Camera2010-08-221-0/+11
* Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean Camera2010-08-2214-1143/+1294
* Changed all Device mode LowLevel demos and Device Class drivers so that the c...Dean Camera2010-08-225-31/+16
* Moved calls to Device mode Class Driver events to after the request has been ...Dean Camera2010-08-222-8/+11
* Added compile time error to the AVRISP-MKII project when built for the U4 chi...Dean Camera2010-08-221-0/+2
* 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-202-17/+75
* Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage ...Dean Camera2010-08-201-0/+5
* Fixed USB_GetHIDReportItemInfo() function modifying the given report item's d...Dean Camera2010-08-102-6/+8
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-093-140/+111
* Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ...Dean Camera2010-08-021-30/+30
* Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean Camera2010-08-015-32/+27
* Fixed Serial peripheral driver not turning off the USART before reconfiguring...Dean Camera2010-07-311-9/+11
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-302-2/+2
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-3022-24/+24
* Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...Dean Camera2010-07-304-37/+60
* Spell check all source files once again to find any typos.Dean Camera2010-07-292-7/+7
* Add special support to the AVRISP-MKII for the new model USBTINY-MKII's addit...Dean Camera2010-07-291-1/+4
* Oops - remove duplicated SPI driver init mask.Dean Camera2010-07-291-3/+0
* Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz vi...Dean Camera2010-07-291-1/+10
* 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-262-7/+7
* Update size of compiled Mouse demo in documentation, fix indenting in Device.h.Dean Camera2010-07-231-1/+1
* Convert over internal pseudo-function macros to true inline functions for add...Dean Camera2010-07-2217-1025/+1586
* 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-2165-276/+524
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-2115-46/+58
* 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-201-1/+1
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-1927-44/+45
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-156-19/+11
* Fixed HID device class driver still using PrevReportINBuffer for GetReport co...Dean Camera2010-07-151-1/+1
* Added const attributes to some of the class driver function parameters that w...Dean Camera2010-07-1316-41/+43
* Add missing eol-style properties to new source files.Dean Camera2010-07-121-52/+52
* Make main readme file easier to read, and make documentation build instructio...Dean Camera2010-07-061-2/+2
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-023-50/+72